aboutsummaryrefslogtreecommitdiffstats
path: root/net/gupnp-igd/Makefile
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2011-04-12 03:54:35 +0800
committerade <ade@FreeBSD.org>2011-04-12 03:54:35 +0800
commitefd0dd922d2e5cd332f1aee5fdf6810814e7f400 (patch)
treee271fb9ea44573beae8c29a58a911ee2aa3b3448 /net/gupnp-igd/Makefile
parent97b1c095bb1886b4b943dd0175183d8d02a3fbb7 (diff)
downloadfreebsd-ports-gnome-efd0dd922d2e5cd332f1aee5fdf6810814e7f400.tar.gz
freebsd-ports-gnome-efd0dd922d2e5cd332f1aee5fdf6810814e7f400.tar.zst
freebsd-ports-gnome-efd0dd922d2e5cd332f1aee5fdf6810814e7f400.zip
Update to GNU make 3.82 after numerous -exp runs.
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>
3-0/+22 * Don't remove the Java JAR directory on deinstallation.marcus2005-06-111-1/+0 * Use GCC 3.4+ instead of hardcoding 3.4.marcus2005-06-101-1/+1 * Use GCC 3.4 to fix the build on 4.X.marcus2005-06-101-0/+1 * Update to 2.6.2.marcus2005-06-077-115/+790 * BROKEN: Does not buildkris2005-05-071-0/+2 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1 * Update to 2.4.0.marcus2004-04-212-5/+5