diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-06-14 21:33:39 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-06-14 21:33:39 +0000 |
commit | 97085c300de960b4f026c6d4b462d83536ca4100 (patch) | |
tree | f1524cb67830940f4949ebd627f69614ba5b7cd2 /textproc/libextractor | |
parent | b5b159af24b95a86c7e40b1392293e2b2ff471a3 (diff) | |
download | ports-97085c300de960b4f026c6d4b462d83536ca4100.tar.gz ports-97085c300de960b4f026c6d4b462d83536ca4100.zip |
Chase update of archivers/rpm4
Reported by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=275591
Diffstat (limited to 'textproc/libextractor')
-rw-r--r-- | textproc/libextractor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index d57f8f722e6b..a694b34eb3e5 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -7,7 +7,7 @@ PORTNAME= libextractor PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -100,7 +100,7 @@ PLIST_SUB+= POPPLER="@comment " .endif .if !defined(WITHOUT_RPM) || exists(${LOCALBASE}/include/rpm/rpmlib.h) -LIB_DEPENDS+= rpm.1:${PORTSDIR}/archivers/rpm4 +LIB_DEPENDS+= rpm.2:${PORTSDIR}/archivers/rpm4 PLIST_SUB+= RPM="" .else PLIST_SUB+= RPM="@comment " |