Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2015 19:31:40 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402847 - head/www/netsurf
Message-ID:  <201512021931.tB2JVeBf095047@repo.freebsd.org>

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



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