aboutsummaryrefslogtreecommitdiff
path: root/www/netsurf
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 /www/netsurf
parentca88ca93711aa1a18f2d2df96191d5875e867629 (diff)
Notes
Diffstat (limited to 'www/netsurf')
-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>