summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2005-05-08 17:04:03 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2005-05-08 17:04:03 +0000
commitc1952ad8ef96b540015ca90351fb37df78c5316e (patch)
treee0201091148ea80a062d2757de99e5d234494091 /textproc
parent- Update to 0.15.10 [1] (diff)
Require GCC 3.4 or later instead of forcing GCC 3.2 for FreeBSD 4.x to
avoid extraneous dependencies on the no longer really maintained GCC 3.2. Approved by: chip-set@mail.ru (maintainer)
Notes
Notes: svn path=/head/; revision=134870
Diffstat (limited to 'textproc')
-rw-r--r--textproc/webcpp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/webcpp/Makefile b/textproc/webcpp/Makefile
index 4a2998e0829e..72b6c632af12 100644
--- a/textproc/webcpp/Makefile
+++ b/textproc/webcpp/Makefile
@@ -17,9 +17,7 @@ COMMENT= Convert your source code to syntax highlighted HTML
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-USE_GCC= 3.2
-.endif
+USE_GCC= 3.4+
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"