diff options
author | Johan van Selst <johans@FreeBSD.org> | 2012-06-15 16:23:49 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2012-06-15 16:23:49 +0000 |
commit | 960fd2aed42d955de07f73258e56d5e1f2795cc7 (patch) | |
tree | f72f1dbb39954eb8306c6af43039086197af3b17 /textproc/libextractor | |
parent | bfd38a27c016417a6ecd1a8b9fdd23abcfec3589 (diff) |
Notes
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 20ee7d064a9d..10818daf0d89 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -7,7 +7,7 @@ PORTNAME= libextractor PORTVERSION= 0.6.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -104,7 +104,7 @@ PLIST_SUB+= POPPLER="@comment " .endif .if !defined(WITHOUT_RPM) || exists(${LOCALBASE}/include/rpm/rpmlib.h) -LIB_DEPENDS+= rpm.2:${PORTSDIR}/archivers/rpm4 +LIB_DEPENDS+= rpm.3:${PORTSDIR}/archivers/rpm4 PLIST_SUB+= RPM="" .else PLIST_SUB+= RPM="@comment " |