diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-27 21:10:39 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-27 21:10:39 +0000 |
commit | 463a6144dcc303c549d037397ba19e49866f8722 (patch) | |
tree | b1afc96e4ae7789943f11f055cbdd357dec256f1 /misc | |
parent | 11e965d0af79e9d587f86c1ba3faac1875004da9 (diff) | |
download | FreeBSD-ports-463a6144dcc303c549d037397ba19e49866f8722.zip FreeBSD-ports-463a6144dcc303c549d037397ba19e49866f8722.tar.gz |
USE_GCC= 3.2+ to unbreak on 4.x
PR: ports/100924
Submitted by: Thomas Abthorpe (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sword/Makefile | 5 | ||||
-rw-r--r-- | misc/sword15/Makefile | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 185bb1d..6090dc6 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -17,6 +17,7 @@ COMMENT= A project framework for manipulating Bible texts USE_GNOME= pkgconfig USE_GMAKE= yes +USE_GCC= 3.2+ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --without-conf @@ -26,10 +27,6 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= Fails to compile under FreeBSD 4.X -.endif - .if defined(WITHOUT_CURL) CONFIGURE_ARGS+= --without-curl PLIST_SUB+= INSTALLMGR="@comment " diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index 185bb1d..6090dc6 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/Makefile @@ -17,6 +17,7 @@ COMMENT= A project framework for manipulating Bible texts USE_GNOME= pkgconfig USE_GMAKE= yes +USE_GCC= 3.2+ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --without-conf @@ -26,10 +27,6 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= Fails to compile under FreeBSD 4.X -.endif - .if defined(WITHOUT_CURL) CONFIGURE_ARGS+= --without-curl PLIST_SUB+= INSTALLMGR="@comment " |