mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Fix OSVERSION, bad me. Pointed out by will.
This commit is contained in:
parent
623d410522
commit
179bc9bd5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54878
@ -23,7 +23,7 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \
|
||||
BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
.if ${OSVERSION} >= 500029
|
||||
NO_QT_OBJPRELINK= yes
|
||||
.endif
|
||||
|
||||
|
@ -23,7 +23,7 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \
|
||||
BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
.if ${OSVERSION} >= 500029
|
||||
NO_QT_OBJPRELINK= yes
|
||||
.endif
|
||||
|
||||
|
@ -23,7 +23,7 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \
|
||||
BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
.if ${OSVERSION} >= 500029
|
||||
NO_QT_OBJPRELINK= yes
|
||||
.endif
|
||||
|
||||
|
@ -23,7 +23,7 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \
|
||||
BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
.if ${OSVERSION} >= 500029
|
||||
NO_QT_OBJPRELINK= yes
|
||||
.endif
|
||||
|
||||
|
@ -23,7 +23,7 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \
|
||||
BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
.if ${OSVERSION} >= 500029
|
||||
NO_QT_OBJPRELINK= yes
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user