diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
commit | 74e0f8a8b686b5907c28d2392a09652cada4ca50 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /security/gpass | |
parent | cfe05aaa850def1fcb987abccbb3e58403ad9257 (diff) | |
download | freebsd-ports-graphics-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.gz freebsd-ports-graphics-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.zst freebsd-ports-graphics-74e0f8a8b686b5907c28d2392a09652cada4ca50.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'security/gpass')
-rw-r--r-- | security/gpass/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile index 6ed81de956b..5aa186d49ba 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -15,11 +15,10 @@ LIB_DEPENDS= mcrypt:${PORTSDIR}/security/mcrypt \ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic -USE_GMAKE= yes MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1 -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2 GCONF_SCHEMAS= gpass.schemas |