Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2015 12:14:31 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402922 - head/www/netsurf
Message-ID:  <201512041214.tB4CEV2X004825@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512041214.tB4CEV2X004825>