diff options
author | John Marino <marino@FreeBSD.org> | 2015-12-02 19:31:40 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-12-02 19:31:40 +0000 |
commit | 5ee18f2585cf1d7501a82e6488eab5ac17b1b681 (patch) | |
tree | d33cad20afc10d7a38f0c867e96a66f1636d7099 /www/netsurf | |
parent | dace6ea17da6c860bfd1e25a1ecec3d2ec56cf5c (diff) | |
download | ports-5ee18f2585cf1d7501a82e6488eab5ac17b1b681.tar.gz ports-5ee18f2585cf1d7501a82e6488eab5ac17b1b681.zip |
Notes
Diffstat (limited to 'www/netsurf')
-rw-r--r-- | www/netsurf/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 68f8fef6e640..b8bbec044cb0 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -38,12 +38,6 @@ WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp .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 |