svn commit: r370340 - head/www/netsurf

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 7 14:15:31 UTC 2014


Author: bapt
Date: Tue Oct  7 14:15:30 2014
New Revision: 370340
URL: https://svnweb.freebsd.org/changeset/ports/370340
QAT: https://qat.redports.org/buildarchive/r370340/

Log:
  Convert to USES=gperf

Modified:
  head/www/netsurf/Makefile

Modified: head/www/netsurf/Makefile
==============================================================================
--- head/www/netsurf/Makefile	Tue Oct  7 14:14:33 2014	(r370339)
+++ head/www/netsurf/Makefile	Tue Oct  7 14:15:30 2014	(r370340)
@@ -24,7 +24,7 @@ CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-lssl -lcrypto -L${LOCALBASE}/lib ${ICONV_LIB}
 MAKE_ARGS=	HOST_CC="${CC}" CC="${CC}" CCOPT="" HOST="${OPSYS}" \
 		WARNFLAGS="" Q="" OPTCFLAGS="${CFLAGS}"
-USES=		bison gmake pkgconfig iconv
+USES=		bison gmake gperf pkgconfig iconv
 USE_GNOME=	gtk20 librsvg2
 
 NSFB_VERSION=	0.1.0
@@ -41,7 +41,6 @@ WEBP_LIB_DEPENDS=	libwebp.so:${PORTSDIR}
 
 .if ${OPSYS} == DragonFly
 LIB_DEPENDS+=	libssl.so:${PORTSDIR}/security/openssl
-BUILD_DEPENDS+=	gperf:${PORTSDIR}/devel/gperf
 .endif
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list