diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 00:21:10 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 00:21:10 +0000 |
commit | 107bfacba9383e0e28884a8425dd8e5cfdd807b9 (patch) | |
tree | 17dfb83a48d58043193fc6b92dfe64322eb6db76 /net/sobby | |
parent | 46e88f9dc1cd96da09f7346e695e8b295533210a (diff) | |
download | ports-107bfacba9383e0e28884a8425dd8e5cfdd807b9.tar.gz ports-107bfacba9383e0e28884a8425dd8e5cfdd807b9.zip |
Notes
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 |