diff options
-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 |