diff options
author | marino <marino@FreeBSD.org> | 2015-12-03 03:31:40 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-12-03 03:31:40 +0800 |
commit | f4e09f62dc150ebfec0848359a149f9f51104f0b (patch) | |
tree | d33cad20afc10d7a38f0c867e96a66f1636d7099 /www/netsurf | |
parent | 01ba29c9a724acbe93aea3d9959d47a29184d6f6 (diff) | |
download | freebsd-ports-gnome-f4e09f62dc150ebfec0848359a149f9f51104f0b.tar.gz freebsd-ports-gnome-f4e09f62dc150ebfec0848359a149f9f51104f0b.tar.zst freebsd-ports-gnome-f4e09f62dc150ebfec0848359a149f9f51104f0b.zip |
www/netsurf: Remove obsolete DragonFly support (builds without it)
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 |