aboutsummaryrefslogtreecommitdiff
path: root/net/miniupnpc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-01-06 13:59:35 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-01-06 13:59:35 +0000
commit76a405744e820af4636dc3a0a5df88bfed9b6ffc (patch)
tree40c22d0d05e3f7270b8129b34ef0e4fdb215541d /net/miniupnpc
parenta32ef832a5c74aa65885ddf84789fa613e6f9a66 (diff)
downloadports-76a405744e820af4636dc3a0a5df88bfed9b6ffc.tar.gz
ports-76a405744e820af4636dc3a0a5df88bfed9b6ffc.zip
Do not override USES set by slave ports in master ports
PR: 196477
Notes
Notes: svn path=/head/; revision=376425
Diffstat (limited to 'net/miniupnpc')
-rw-r--r--net/miniupnpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile
index 21601c8b8b94..53a1de90cdd8 100644
--- a/net/miniupnpc/Makefile
+++ b/net/miniupnpc/Makefile
@@ -11,7 +11,7 @@ COMMENT?= UPnP IGD client lightweight library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= gmake
+USES+= gmake
HAS_CONFIGURE= yes
USE_LDCONFIG= yes