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 /archivers/rpm5 | |
parent | ad444725e12107f98ef3a17901a6c968e5f165f6 (diff) |
Notes
Diffstat (limited to 'archivers/rpm5')
-rw-r--r-- | archivers/rpm5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index 8194336b152e..1ed143d3d6db 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -6,7 +6,7 @@ PORTNAME= rpm PORTVERSION= 5.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= http://rpm5.org/files/rpm/rpm-${PORTVERSION:R}/ @@ -19,7 +19,7 @@ LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ neon.27:${PORTSDIR}/www/neon29 \ magic:${PORTSDIR}/sysutils/file \ xar:${PORTSDIR}/archivers/xar \ - pcre.1:${PORTSDIR}/devel/pcre + pcre.3:${PORTSDIR}/devel/pcre BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \ ${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid \ bash:${PORTSDIR}/shells/bash |