svn commit: r313398 - head/textproc/libextractor

Martin Wilke miwi at FreeBSD.org
Mon Mar 4 07:52:00 UTC 2013


Author: miwi
Date: Mon Mar  4 07:42:47 2013
New Revision: 313398
URL: http://svnweb.freebsd.org/changeset/ports/313398

Log:
  - Chase rpm4 shlib bump

Modified:
  head/textproc/libextractor/Makefile

Modified: head/textproc/libextractor/Makefile
==============================================================================
--- head/textproc/libextractor/Makefile	Mon Mar  4 07:40:37 2013	(r313397)
+++ head/textproc/libextractor/Makefile	Mon Mar  4 07:42:47 2013	(r313398)
@@ -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 "


More information about the svn-ports-all mailing list