diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
commit | c88aaf5c891059139a97c6a9da40fb5cbe102634 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /net-p2p | |
parent | 11c750925ed8e4b886a43e45df089896dd23e6f5 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dclib/Makefile | 5 |
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 |