diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /devel/libopkele | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) | |
download | ports-29863648e3d55a1df8635d93b18e22c74273d9a3.tar.gz ports-29863648e3d55a1df8635d93b18e22c74273d9a3.zip |
Notes
Diffstat (limited to 'devel/libopkele')
-rw-r--r-- | devel/libopkele/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libopkele/Makefile b/devel/libopkele/Makefile index 5a4a1bfea8f1..68d15c580ba7 100644 --- a/devel/libopkele/Makefile +++ b/devel/libopkele/Makefile @@ -7,6 +7,7 @@ PORTNAME= libopkele PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://kin.klever.net/dist/ @@ -14,7 +15,7 @@ MAINTAINER= zhoushuqun@gmail.com COMMENT= A c++ implementation of an OpenID decentralized identity system BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ pcre.0:${PORTSDIR}/devel/pcre \ expat.6:${PORTSDIR}/textproc/expat2 \ tidy:${PORTSDIR}/www/tidy-lib \ |