diff options
author | marino <marino@FreeBSD.org> | 2014-02-06 02:13:00 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-06 02:13:00 +0800 |
commit | b004a7f55a4b1db459dba1639ef80ae35cd13428 (patch) | |
tree | 7a65068644f71df84d374f1bdfa644dcc6ba9286 /www/netsurf | |
parent | 4b2c623052edba50606557326cde8dd4b7240234 (diff) | |
download | freebsd-ports-gnome-b004a7f55a4b1db459dba1639ef80ae35cd13428.tar.gz freebsd-ports-gnome-b004a7f55a4b1db459dba1639ef80ae35cd13428.tar.zst freebsd-ports-gnome-b004a7f55a4b1db459dba1639ef80ae35cd13428.zip |
www/netsurf: Add DragonFly-specific dependencies
Diffstat (limited to 'www/netsurf')
-rw-r--r-- | www/netsurf/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 943729eda712..64e9196d7bd7 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -41,6 +41,11 @@ WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp USE_GSTREAMER= yes .endif +.if ${OPSYS} == DragonFly +LIB_DEPENDS+= libssl.so:${PORTSDIR}/security/openssl +BUILD_DEPENDS+= gperf:${PORTSDIR}/devel/gperf +.endif + post-patch: @${REINPLACE_CMD} '/^NSFB_LINUX_AVAILABLE/ s|yes|no| ; s| -g||' \ ${WRKSRC}/src/libnsfb-${NSFB_VERSION}/Makefile |