svn commit: r402847 - head/www/netsurf

John Marino marino at FreeBSD.org
Wed Dec 2 19:31:41 UTC 2015


Author: marino
Date: Wed Dec  2 19:31:40 2015
New Revision: 402847
URL: https://svnweb.freebsd.org/changeset/ports/402847

Log:
  www/netsurf: Remove obsolete DragonFly support (builds without it)

Modified:
  head/www/netsurf/Makefile

Modified: head/www/netsurf/Makefile
==============================================================================
--- head/www/netsurf/Makefile	Wed Dec  2 19:27:54 2015	(r402846)
+++ head/www/netsurf/Makefile	Wed Dec  2 19:31:40 2015	(r402847)
@@ -38,12 +38,6 @@ WEBP_LIB_DEPENDS=	libwebp.so:${PORTSDIR}
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} == DragonFly
-LIB_DEPENDS+=	libssl.so:${PORTSDIR}/security/openssl
-.endif
-
-.include <bsd.port.pre.mk>
-
 post-patch:
 	@${REINPLACE_CMD} '/^NSFB_LINUX_AVAILABLE/ s|yes|no| ; s| -g||' \
 		${WRKSRC}/src/libnsfb-${NSFB_VERSION}/Makefile


More information about the svn-ports-head mailing list