diff options
author | gerald <gerald@FreeBSD.org> | 2009-09-14 01:17:01 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-09-14 01:17:01 +0800 |
commit | 318f93bdda7dc3e761d9f61134bad6ed25c8bbb9 (patch) | |
tree | 2cd896290dee7a06a5b9ace9c6ee33bad377d871 /archivers | |
parent | 0af89ae47ccbfe9c2123e427f5ad5daae275b483 (diff) | |
download | freebsd-ports-gnome-318f93bdda7dc3e761d9f61134bad6ed25c8bbb9.tar.gz freebsd-ports-gnome-318f93bdda7dc3e761d9f61134bad6ed25c8bbb9.tar.zst freebsd-ports-gnome-318f93bdda7dc3e761d9f61134bad6ed25c8bbb9.zip |
games/wesnoth no longer has USE_GCC=3.4, so nor do we according to the
history of this port. On the way update the use of Automake from 1.9
to 1.10.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zipios++/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/zipios++/Makefile b/archivers/zipios++/Makefile index f1852ae45cf8..d5d0dcdd629c 100644 --- a/archivers/zipios++/Makefile +++ b/archivers/zipios++/Makefile @@ -18,9 +18,7 @@ COMMENT= A java.util.zip-like C++ library for reading and writing Zip files USE_GNOME= gnometarget GNU_CONFIGURE= yes USE_LDCONFIG= yes -# port don't strictly need it, but Wesnoth use it so must we -USE_GCC= 3.4 -USE_AUTOTOOLS= automake:19:env +USE_AUTOTOOLS= automake:110:env CONFIGURE_ARGS+=--disable-static WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}+cvs.2004.02.07 |