diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-04 22:09:24 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-04 22:09:24 +0000 |
commit | 390664688495de1da676efb8cd9a392b9468b552 (patch) | |
tree | 390290f180e273be552655a81f54d7f245195f7a /textproc | |
parent | aca9508f6987c02821be09907fafa457434b5590 (diff) | |
download | ports-390664688495de1da676efb8cd9a392b9468b552.tar.gz ports-390664688495de1da676efb8cd9a392b9468b552.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/clo++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/clo++/Makefile b/textproc/clo++/Makefile index 1335c80fcb5d..65eead53afef 100644 --- a/textproc/clo++/Makefile +++ b/textproc/clo++/Makefile @@ -14,7 +14,7 @@ MAINTAINER= kevlo@FreeBSD.org LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 -USE_GCC30= yes +USE_GCC= 3.1 CONFGARGS= --prefix ${PREFIX} CONFGARGS+= --xml2-config ${PREFIX}/bin/xml2-config |