diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
commit | b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa (patch) | |
tree | 72e0f50b478fcc72d7fc0a63685fd4e55917df11 /devel/libopkele | |
parent | ad444725e12107f98ef3a17901a6c968e5f165f6 (diff) | |
download | ports-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.tar.gz ports-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.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 33034e9e77d6..9214c9427f49 100644 --- a/devel/libopkele/Makefile +++ b/devel/libopkele/Makefile @@ -7,6 +7,7 @@ PORTNAME= libopkele PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://kin.klever.net/dist/ @@ -15,7 +16,7 @@ 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.6:${PORTSDIR}/ftp/curl \ - pcre.1:${PORTSDIR}/devel/pcre \ + pcre.3:${PORTSDIR}/devel/pcre \ expat.6:${PORTSDIR}/textproc/expat2 \ tidy:${PORTSDIR}/www/tidy-lib \ xslt:${PORTSDIR}/textproc/libxslt |