diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-12-27 16:54:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-12-27 16:54:21 +0000 |
commit | 2a51b2182ad0b57bacbb854e03d7ee3be79c35b4 (patch) | |
tree | a20cf547b992a276c5803b968785a611ab644e11 /textproc/libextractor | |
parent | 709b7cca5bde6f8fa51dcf43116c1ca180777df0 (diff) | |
download | ports-2a51b2182ad0b57bacbb854e03d7ee3be79c35b4.tar.gz ports-2a51b2182ad0b57bacbb854e03d7ee3be79c35b4.zip |
Notes
Diffstat (limited to 'textproc/libextractor')
-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 e1cf6b16c5ee..e726a9a47bd6 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -3,7 +3,7 @@ PORTNAME= libextractor PORTVERSION= 0.6.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -99,7 +99,7 @@ PLIST_SUB+= GSF="@comment " .endif .if ${PORT_OPTIONS:MPOPPLER} -LIB_DEPENDS+= poppler:${PORTSDIR}/graphics/poppler +LIB_DEPENDS+= libpoppler.so:${PORTSDIR}/graphics/poppler PLIST_SUB+= POPPLER="" .else PLIST_SUB+= POPPLER="@comment " |