diff options
author | marcus <marcus@FreeBSD.org> | 2007-05-28 12:24:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-05-28 12:24:28 +0800 |
commit | 67e2b156df97cf6929ea2446d207949071a82d73 (patch) | |
tree | 81d04dea42b6f6634095afce4192b585bad79ecf /textproc | |
parent | 0f98a85dbdea7f254b5b18285246a254bf5c67f9 (diff) | |
download | freebsd-ports-gnome-67e2b156df97cf6929ea2446d207949071a82d73.tar.gz freebsd-ports-gnome-67e2b156df97cf6929ea2446d207949071a82d73.tar.zst freebsd-ports-gnome-67e2b156df97cf6929ea2446d207949071a82d73.zip |
Allow these ports to be built with GCC 4.2.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml++26/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 4fd76a6ce72b..3b67edb5fa53 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LATEST_LINK= libxml++26 USE_GMAKE= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_GNOME= gnomehack gnometarget libxml2 pkgconfig GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |