aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-01-15 17:05:37 +0800
committertijl <tijl@FreeBSD.org>2015-01-15 17:05:37 +0800
commitfab688a7c4153e7aad8d81aa6c70167666bae3d8 (patch)
tree03708cdbdeb7094897643531ddd754b2c9a2c51b /net-p2p
parent829d284efdd1904e092f24ebc0a79dfa48355de1 (diff)
downloadfreebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.gz
freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.zst
freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.zip
Add missing USE_OPENSSL=yes
PR: 195796
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dclib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile
index 6e179e4455d8..37a34ad356b3 100644
--- a/net-p2p/dclib/Makefile
+++ b/net-p2p/dclib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dclib
PORTVERSION= 0.3.23
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-p2p
MASTER_SITES= SF/wxdcgui/${PORTNAME}/${PORTVERSION}
@@ -17,8 +17,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool pathfix tar:bzip2
-USE_LDCONFIG= yes
USE_GNOME= libxml2
+USE_LDCONFIG= yes
+USE_OPENSSL= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib