diff options
author | johans <johans@FreeBSD.org> | 2011-06-15 05:33:39 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-06-15 05:33:39 +0800 |
commit | 07464f7fdc59e5d45d9f653029255b211ad637fd (patch) | |
tree | 66770c5901e63424d2ab955f0a05c8f136124dc1 /textproc | |
parent | 77fdc59694b9d33c99bec98f6a5106ea39a8ee4a (diff) | |
download | freebsd-ports-gnome-07464f7fdc59e5d45d9f653029255b211ad637fd.tar.gz freebsd-ports-gnome-07464f7fdc59e5d45d9f653029255b211ad637fd.tar.zst freebsd-ports-gnome-07464f7fdc59e5d45d9f653029255b211ad637fd.zip |
Chase update of archivers/rpm4
Reported by: pointyhat via pav
Diffstat (limited to 'textproc')
-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 " |