diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 16:38:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 16:38:20 +0800 |
commit | d76c3e65cec790802b4e11280b57df5d97fdc845 (patch) | |
tree | dcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /net-p2p | |
parent | 2f66c48a52d7547c8bbeeb90969c2f11739c299d (diff) | |
download | freebsd-ports-gnome-d76c3e65cec790802b4e11280b57df5d97fdc845.tar.gz freebsd-ports-gnome-d76c3e65cec790802b4e11280b57df5d97fdc845.tar.zst freebsd-ports-gnome-d76c3e65cec790802b4e11280b57df5d97fdc845.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet-gtk/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net-p2p/gnunet-gtk/Makefile b/net-p2p/gnunet-gtk/Makefile index ed92ba70addf..7a38cb821a3d 100644 --- a/net-p2p/gnunet-gtk/Makefile +++ b/net-p2p/gnunet-gtk/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: gnunet-gtk -# Date created: Dec. 19, 2011 -# Whom: bf -# +# Created by: bf # $FreeBSD$ -# PORTNAME= gnunet-gtk DISTVERSION= 0.9.3 @@ -22,8 +17,7 @@ LIB_DEPENDS= gladeui-1:${PORTSDIR}/devel/glade3 \ INSTALLS_ICONS = yes USE_AUTOTOOLS= libltdl libtool -USE_GMAKE= yes -USES= pathfix iconv +USES= pathfix iconv gmake pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS = --with-extractor=${LOCALBASE} \ |