svn commit: r402922 - head/www/netsurf

Antoine Brodin antoine at FreeBSD.org
Fri Dec 4 12:14:32 UTC 2015


Author: antoine
Date: Fri Dec  4 12:14:31 2015
New Revision: 402922
URL: https://svnweb.freebsd.org/changeset/ports/402922

Log:
  Restore bsd.port.pre.mk inclusion, needed for ICONV_LIB check

Modified:
  head/www/netsurf/Makefile

Modified: head/www/netsurf/Makefile
==============================================================================
--- head/www/netsurf/Makefile	Fri Dec  4 12:07:28 2015	(r402921)
+++ head/www/netsurf/Makefile	Fri Dec  4 12:14:31 2015	(r402922)
@@ -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>


More information about the svn-ports-head mailing list