diff options
author | johans <johans@FreeBSD.org> | 2012-06-16 00:23:49 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-06-16 00:23:49 +0800 |
commit | 3784994d3dfa846535ba5adda88fbe6836a2a0e7 (patch) | |
tree | 00eaade34a6c3f5a2293a0c3ef783b94b37ba073 /textproc | |
parent | e42bbf8e8ba6b343e0baa4d6158a7472af92c3cc (diff) | |
download | freebsd-ports-gnome-3784994d3dfa846535ba5adda88fbe6836a2a0e7.tar.gz freebsd-ports-gnome-3784994d3dfa846535ba5adda88fbe6836a2a0e7.tar.zst freebsd-ports-gnome-3784994d3dfa846535ba5adda88fbe6836a2a0e7.zip |
Chase librpm update
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 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 " |