summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-12-04 12:14:31 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-12-04 12:14:31 +0000
commit43469db776e7fb29a0b2ba578b995b381e01a982 (patch)
tree2b79237e05bec39c9dc1372562a28e1673476354
parentUpgrade third-party dynamic_upstream module from 0.1.0 to 0.1.1. (diff)
Restore bsd.port.pre.mk inclusion, needed for ICONV_LIB check
Notes
Notes: svn path=/head/; revision=402922
-rw-r--r--www/netsurf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile
index 15a57a420e4c..83d5c6b3f83a 100644
--- a/www/netsurf/Makefile
+++ b/www/netsurf/Makefile
@@ -36,7 +36,7 @@ OPTIONS_DEFINE= GSTREAMER WEBP
GSTREAMER_USE= GSTREAMER=yes
WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp
-.include <bsd.port.options.mk>
+.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} '/^NSFB_LINUX_AVAILABLE/ s|yes|no| ; s| -g||' \
@@ -73,4 +73,4 @@ do-configure:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/netsurf
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>