aboutsummaryrefslogtreecommitdiff
path: root/net/gupnp-igd
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2011-04-11 19:54:35 +0000
committerAde Lovett <ade@FreeBSD.org>2011-04-11 19:54:35 +0000
commitfe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f (patch)
tree6b96a59b96237deb8710fe2065d0c3393e7088bc /net/gupnp-igd
parent9cdeec96c134d87226d71d31195c647c6b761885 (diff)
downloadports-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.tar.gz
ports-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.zip
Notes
Diffstat (limited to 'net/gupnp-igd')
-rw-r--r--net/gupnp-igd/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile
index 9c963473f136..eb15382e8286 100644
--- a/net/gupnp-igd/Makefile
+++ b/net/gupnp-igd/Makefile
@@ -23,4 +23,9 @@ USE_GNOME= gnomehack intlhack libglade2 glib20
USE_LDCONFIG= yes
USE_PYTHON= yes
+# For gmake >= 3.82 -- no idea where this line comes from, patching
+# the Makefile.in seems to have no effect
+post-configure:
+ @${REINPLACE_CMD} -e 's|^\[|# \[|' ${WRKSRC}/python/Makefile
+
.include <bsd.port.mk>