Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 14:15:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370340 - head/www/netsurf
Message-ID:  <201410071415.s97EFUnx012327@svn.freebsd.org>

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



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