diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-04 15:42:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-04 15:42:47 +0800 |
commit | 623386d0a933c8e07b31afeae80fa255008e3f61 (patch) | |
tree | 9530855fd470d7e2caf843782957f403969ccc27 /textproc | |
parent | adb9c684865612c982a6b6c4e22e37c8aa769295 (diff) | |
download | freebsd-ports-gnome-623386d0a933c8e07b31afeae80fa255008e3f61.tar.gz freebsd-ports-gnome-623386d0a933c8e07b31afeae80fa255008e3f61.tar.zst freebsd-ports-gnome-623386d0a933c8e07b31afeae80fa255008e3f61.zip |
- Chase rpm4 shlib bump
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 59d32ce4f283..7ad6f28285a6 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -7,7 +7,7 @@ PORTNAME= libextractor PORTVERSION= 0.6.2 -PORTREVISION= 9 +PORTREVISION= 10 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.3:${PORTSDIR}/archivers/rpm4 +LIB_DEPENDS+= rpm:${PORTSDIR}/archivers/rpm4 PLIST_SUB+= RPM="" .else PLIST_SUB+= RPM="@comment " |