aboutsummaryrefslogtreecommitdiff
path: root/net/netembryo
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-31 10:17:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-31 10:17:50 +0000
commitc8bc32022d72d8092ca653a298cfa860f0cf9a21 (patch)
treef5924d815a3eccd55e7942ed8ad5e8940bb8e9c2 /net/netembryo
parent76195cec5fc91fd7353d3252734c4662f7ef5636 (diff)
downloadports-c8bc32022d72d8092ca653a298cfa860f0cf9a21.tar.gz
ports-c8bc32022d72d8092ca653a298cfa860f0cf9a21.zip
Notes
Diffstat (limited to 'net/netembryo')
-rw-r--r--net/netembryo/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/netembryo/Makefile b/net/netembryo/Makefile
index 6ea98e592915..c0e325583a57 100644
--- a/net/netembryo/Makefile
+++ b/net/netembryo/Makefile
@@ -18,14 +18,12 @@ OPTIONS_DEFINE= OPENSSL
OPTIONS_DEFAULT=OPENSSL
USE_BZIP2= yes
-USES= pathfix pkgconfig
+USES= pathfix pkgconfig gmake
USE_GNOME= glib20
-USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --disable-silent-rules
USE_LDCONFIG= yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENSSL}