diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-05-08 17:04:03 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-05-08 17:04:03 +0000 |
commit | c1952ad8ef96b540015ca90351fb37df78c5316e (patch) | |
tree | e0201091148ea80a062d2757de99e5d234494091 /textproc/webcpp | |
parent | 12508d5f1509268f04597ad9f12b5633a8b4ad32 (diff) | |
download | ports-c1952ad8ef96b540015ca90351fb37df78c5316e.tar.gz ports-c1952ad8ef96b540015ca90351fb37df78c5316e.zip |
Notes
Diffstat (limited to 'textproc/webcpp')
-rw-r--r-- | textproc/webcpp/Makefile | 4 |
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" |