Second half of the previous fix.

Note to self: test things before committing.
This commit is contained in:
Shaun Amott 2011-05-25 01:59:09 +00:00
parent 048e33d54a
commit 49f8aa2d48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274603

View File

@ -52,7 +52,7 @@ PLIST_FILES= bin/${BINARY}
.if defined(WITH_UPNP)
LIB_DEPENDS+= miniupnpc:${PORTSDIR}/net/miniupnpc
MAKE_ENV+= -DUSE_UPNP
MAKE_ENV+= USE_UPNP=yes
.endif
.include <bsd.port.pre.mk>