aboutsummaryrefslogtreecommitdiff
path: root/net/netembryo
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-07-23 01:33:55 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-07-23 01:33:55 +0000
commit86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb (patch)
tree6f6452717d480fc723cb34dac6821c9a57f49795 /net/netembryo
parentde0b37c73a99474e2e508d23231f9c4dfb1ff7c1 (diff)
downloadports-86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb.tar.gz
ports-86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb.zip
Notes
Diffstat (limited to 'net/netembryo')
-rw-r--r--net/netembryo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/netembryo/Makefile b/net/netembryo/Makefile
index 50bd4b5e847c..9f1fac89867f 100644
--- a/net/netembryo/Makefile
+++ b/net/netembryo/Makefile
@@ -15,10 +15,12 @@ COMMENT= A network abstraction library used by for feng, libnemesi, felix
LICENSE= LGPL21
+BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
-USE_GNOME= pkgconfig gnomehack
+USE_GNOME= gnomehack
.include <bsd.port.mk>