diff options
author | marino <marino@FreeBSD.org> | 2013-11-02 12:12:38 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-11-02 12:12:38 +0800 |
commit | 0252b37c46d30bd608dc3a3f6a3eaa0063ae8989 (patch) | |
tree | 8b699121532cf5ba419e968241f48b839a1ea2d0 /net/libproxy-gnome | |
parent | a3bb082041fc0b4bdd3023010e17c982defab0f8 (diff) | |
download | freebsd-ports-gnome-0252b37c46d30bd608dc3a3f6a3eaa0063ae8989.tar.gz freebsd-ports-gnome-0252b37c46d30bd608dc3a3f6a3eaa0063ae8989.tar.zst freebsd-ports-gnome-0252b37c46d30bd608dc3a3f6a3eaa0063ae8989.zip |
net/libproxy-gnome: USES+= pkgconfig
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'net/libproxy-gnome')
-rw-r--r-- | net/libproxy-gnome/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/libproxy-gnome/Makefile b/net/libproxy-gnome/Makefile index 3430759cd595..40b227af158d 100644 --- a/net/libproxy-gnome/Makefile +++ b/net/libproxy-gnome/Makefile @@ -15,6 +15,7 @@ MASTERDIR= ${.CURDIR}/../libproxy DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist USE_GNOME= gconf2 +USES= pkgconfig LIBPROXY_SLAVE= gnome |