mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Fix the plist when cairo support is disable, bump the PORTREVISION.
PR: ports/127254 Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
This commit is contained in:
parent
e282b9b053
commit
56c9da34f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220708
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= poppler
|
||||
PORTVERSION= 0.8.7
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= graphics print
|
||||
MASTER_SITES= http://poppler.freedesktop.org/
|
||||
|
||||
@ -90,8 +90,10 @@ CONFIGURE_ARGS+=--disable-poppler-glib --disable-poppler-qt \
|
||||
|
||||
.if defined(WITHOUT_CAIRO)
|
||||
CONFIGURE_ARGS+=--disable-cairo-output
|
||||
PLIST_SUB+= CAIRO="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo
|
||||
PLIST_SUB+= CAIRO=""
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
@ -95,7 +95,7 @@ lib/libpoppler.a
|
||||
lib/libpoppler.la
|
||||
lib/libpoppler.so
|
||||
lib/libpoppler.so.3
|
||||
libdata/pkgconfig/poppler-cairo.pc
|
||||
%%CAIRO%%libdata/pkgconfig/poppler-cairo.pc
|
||||
libdata/pkgconfig/poppler-splash.pc
|
||||
libdata/pkgconfig/poppler.pc
|
||||
@dirrm include/poppler/splash
|
||||
|
Loading…
Reference in New Issue
Block a user