diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-11-01 02:08:46 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-11-01 02:08:46 +0000 |
commit | a1c260ab82d07c42b9b1826b351b993f19c158c8 (patch) | |
tree | c27ded8583ebe5c5c54daeb621d886005176be92 /net-p2p/dclib/Makefile | |
parent | - add USE_GCC=3.3 when default gcc is 3.4 (diff) |
Update to version 0.3.3
Notes
Notes:
svn path=/head/; revision=120562
Diffstat (limited to 'net-p2p/dclib/Makefile')
-rw-r--r-- | net-p2p/dclib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile index e7a50e00f068..53c5fb4aefc3 100644 --- a/net-p2p/dclib/Makefile +++ b/net-p2p/dclib/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dclib -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= net MASTER_SITES= http://download.berlios.de/dcgui/ @@ -20,6 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_BZIP2= yes GNU_CONFIGURE= yes USE_REINPLACE= yes +USE_OPENSSL= yes INSTALLS_SHLIB= yes USE_INC_LIBTOOL_VER=13 |