diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-06 18:14:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-06 18:14:25 +0800 |
commit | 19e348eb7d76b93c0f8262df74ca3eee75d823f5 (patch) | |
tree | b45a9e6bff1c1bc567d44b09b71e104d7da6208e /net | |
parent | 86c2e0b312003fb029fa298ece1a736182da10d6 (diff) | |
download | freebsd-ports-gnome-19e348eb7d76b93c0f8262df74ca3eee75d823f5.tar.gz freebsd-ports-gnome-19e348eb7d76b93c0f8262df74ca3eee75d823f5.tar.zst freebsd-ports-gnome-19e348eb7d76b93c0f8262df74ca3eee75d823f5.zip |
use USE_PKGCONFIG= build
Bump portrevision for ports which run-depends list changed
Diffstat (limited to 'net')
-rw-r--r-- | net/g2ipmsg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/g2ipmsg/Makefile b/net/g2ipmsg/Makefile index 75cde6592696..2510792efa8b 100644 --- a/net/g2ipmsg/Makefile +++ b/net/g2ipmsg/Makefile @@ -20,9 +20,10 @@ COMMENT= A popup style message communication tool for GNOME2 USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack intltool pkgconfig \ +USE_GNOME= gnomeprefix gnomehack intlhack intltool \ libgnomeui libbonobo desktopfileutils gnomepanel USE_GSTREAMER= vorbis +USE_PKGCONFIG= build USE_ICONV= yes USE_OPENSSL= yes GNU_CONFIGURE= yes |