svn commit: r342809 - head/www/netsurf

John Marino marino at FreeBSD.org
Wed Feb 5 18:13:01 UTC 2014


Author: marino
Date: Wed Feb  5 18:13:00 2014
New Revision: 342809
URL: http://svnweb.freebsd.org/changeset/ports/342809
QAT: https://qat.redports.org/buildarchive/r342809/

Log:
  www/netsurf: Add DragonFly-specific dependencies

Modified:
  head/www/netsurf/Makefile

Modified: head/www/netsurf/Makefile
==============================================================================
--- head/www/netsurf/Makefile	Wed Feb  5 18:12:59 2014	(r342808)
+++ head/www/netsurf/Makefile	Wed Feb  5 18:13:00 2014	(r342809)
@@ -41,6 +41,11 @@ WEBP_LIB_DEPENDS=	libwebp.so:${PORTSDIR}
 USE_GSTREAMER=	yes
 .endif
 
+.if ${OPSYS} == DragonFly
+LIB_DEPENDS+=	libssl.so:${PORTSDIR}/security/openssl
+BUILD_DEPENDS+=	gperf:${PORTSDIR}/devel/gperf
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} '/^NSFB_LINUX_AVAILABLE/ s|yes|no| ; s| -g||' \
 		${WRKSRC}/src/libnsfb-${NSFB_VERSION}/Makefile


More information about the svn-ports-all mailing list