diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-04 07:42:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-04 07:42:47 +0000 |
commit | b1a3190556ba55e7ccc42e0a4efb5941e0a25d9e (patch) | |
tree | 9530855fd470d7e2caf843782957f403969ccc27 /textproc | |
parent | 881582b97c76858d40883e5ff173fabe02624b46 (diff) | |
download | ports-b1a3190556ba55e7ccc42e0a4efb5941e0a25d9e.tar.gz ports-b1a3190556ba55e7ccc42e0a4efb5941e0a25d9e.zip |
Notes
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 " |