aboutsummaryrefslogtreecommitdiffstats
path: root/www/netsurf
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-02-06 02:13:00 +0800
committermarino <marino@FreeBSD.org>2014-02-06 02:13:00 +0800
commitb004a7f55a4b1db459dba1639ef80ae35cd13428 (patch)
tree7a65068644f71df84d374f1bdfa644dcc6ba9286 /www/netsurf
parent4b2c623052edba50606557326cde8dd4b7240234 (diff)
downloadfreebsd-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/Makefile5
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