summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-02-19 16:51:06 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-02-19 16:51:06 +0000
commit2a8d11c995d8e7f01836bdbe865c1407de659ea2 (patch)
tree0eb28d525b93bcda76b5c515f1d803b1859eb33c /x11-toolkits/qt33
parentUpdate MASTER_SITES (diff)
fix Makefile, thanks to roam@
Notes
Notes: svn path=/head/; revision=54917
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r--x11-toolkits/qt33/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index ad0f26343d63..c42d48923dad 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -19,13 +19,6 @@ MAINTAINER?= kde@FreeBSD.org
LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \
png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
-.if ${MACHINE_ARCH} == "i386" && !defined(NO_QT_OBJPRELINK)
-BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink
-.endif
-
-.if ${OSVERSION} >= 500029
-NO_QT_OBJPRELINK= yes
-.endif
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_MESA= yes
@@ -69,6 +62,13 @@ PLIST_SUB+= SHARED="" STATIC="@comment "
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500029
+NO_QT_OBJPRELINK= yes
+.endif
+.if ${MACHINE_ARCH} == "i386" && !defined(NO_QT_OBJPRELINK)
+BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink
+.endif
+
.if ${MACHINE_ARCH} == "alpha" && !defined(NO_ALPHA_UNOPTIMIZATION)
CFLAGS+= -O0
.endif