aboutsummaryrefslogtreecommitdiff
path: root/net/gupnp-igd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gupnp-igd/Makefile')
-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>