diff options
Diffstat (limited to 'www')
-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 |