diff options
author | mezz <mezz@FreeBSD.org> | 2005-02-01 04:20:44 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-02-01 04:20:44 +0800 |
commit | 8719c1fb4daaf8eccbda82aa9c422c17348b2ee1 (patch) | |
tree | 24da921201f69e58073f9af876019048b54afe41 /archivers | |
parent | 60438435a98e3e645b7262f5d49819ef135789de (diff) | |
download | freebsd-ports-gnome-8719c1fb4daaf8eccbda82aa9c422c17348b2ee1.tar.gz freebsd-ports-gnome-8719c1fb4daaf8eccbda82aa9c422c17348b2ee1.tar.zst freebsd-ports-gnome-8719c1fb4daaf8eccbda82aa9c422c17348b2ee1.zip |
Add target to kill the configure warning and games/wesnoth's many compile
warning. games/wesnoth compiles much cleaner now than before.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zipios++/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/zipios++/Makefile b/archivers/zipios++/Makefile index 740724925984..f824972a1e84 100644 --- a/archivers/zipios++/Makefile +++ b/archivers/zipios++/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}+cvs.2004.02.07.orig MAINTAINER= ports@FreeBSD.org COMMENT= A java.util.zip-like C++ library for reading and writing Zip files +USE_GNOME= gnometarget GNU_CONFIGURE= yes INSTALLS_SHLIB= yes # port don't strictly need it, but Wesnoth use it so must we |