mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Remove OSVERSION check since it's now always true.
Move statements up to higher in the Makefile.
This commit is contained in:
parent
1066307df7
commit
9055729364
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190055
@ -28,14 +28,9 @@ USE_MYSQL= yes
|
||||
CONFIGURE_ARGS+=--with-qtdir=${X11BASE} --with-id3-libs=${LOCALBASE}\
|
||||
--with-ogg-libs=${LOCALBASE} --with-vorbis-libs=${LOCALBASE} \
|
||||
--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500041
|
||||
QT_NONSTANDARD= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include \
|
||||
-I${QT_PREFIX}/include"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_BURN)
|
||||
USE_CDRTOOLS= yes
|
||||
@ -57,4 +52,4 @@ post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@sleep 5
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user