diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-27 21:10:39 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-27 21:10:39 +0000 |
commit | 07251e0e2ff430f857f18423311e96cf676b25f2 (patch) | |
tree | 789c378deed37b15c3a905ac4e4ee8a6d5819de5 /misc/sword15 | |
parent | 8bdc45fb008f86a927fa2461d58a6f275b5661f5 (diff) | |
download | ports-07251e0e2ff430f857f18423311e96cf676b25f2.tar.gz ports-07251e0e2ff430f857f18423311e96cf676b25f2.zip |
Notes
Diffstat (limited to 'misc/sword15')
-rw-r--r-- | misc/sword15/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index 185bb1d2f687..6090dc6bd484 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 " |