diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 08:21:10 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 08:21:10 +0800 |
commit | 20fad50a2d15acd8b67ebe9ac90601732e5896dc (patch) | |
tree | 17dfb83a48d58043193fc6b92dfe64322eb6db76 /net/sobby | |
parent | 80e446078e1791dbe6d4fd639a41e5f5801d6795 (diff) | |
download | freebsd-ports-gnome-20fad50a2d15acd8b67ebe9ac90601732e5896dc.tar.gz freebsd-ports-gnome-20fad50a2d15acd8b67ebe9ac90601732e5896dc.tar.zst freebsd-ports-gnome-20fad50a2d15acd8b67ebe9ac90601732e5896dc.zip |
Add explicit dependency on pkgconf (27 ports)
Diffstat (limited to 'net/sobby')
-rw-r--r-- | net/sobby/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/sobby/Makefile b/net/sobby/Makefile index 9ef4e99c3aac..fb5e79569ed5 100644 --- a/net/sobby/Makefile +++ b/net/sobby/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: sobby -# Date created: 2005-10-14 -# Whom: Andreas Kohn <andreas@syndrom23.de> -# +# Created by: Andreas Kohn <andreas@syndrom23.de> # $FreeBSD$ -# PORTNAME= sobby PORTVERSION= 0.4.8 @@ -22,6 +18,7 @@ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \ glibmm-2.4.1:${PORTSDIR}/devel/glibmm +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-zeroconf |