diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-02-19 16:51:06 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-02-19 16:51:06 +0000 |
commit | 1506c177d90179156787606e79038858e3215806 (patch) | |
tree | 9a771df9c00c989d3849bea85e1facb09a8cdb7a | |
parent | 275199705e9c1abd0d4e60169baf907a813af5a1 (diff) | |
download | FreeBSD-ports-1506c177d90179156787606e79038858e3215806.zip FreeBSD-ports-1506c177d90179156787606e79038858e3215806.tar.gz |
fix Makefile, thanks to roam@
-rw-r--r-- | x11-toolkits/qt23/Makefile | 14 | ||||
-rw-r--r-- | x11-toolkits/qt30/Makefile | 14 | ||||
-rw-r--r-- | x11-toolkits/qt31/Makefile | 14 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 14 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 14 |
5 files changed, 35 insertions, 35 deletions
diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index ad0f263..c42d489 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/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 diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index ad0f263..c42d489 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/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 diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index ad0f263..c42d489 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/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 diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index ad0f263..c42d489 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/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 diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index ad0f263..c42d489 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 |