diff options
Diffstat (limited to 'graphics/tumbler/Makefile')
-rw-r--r-- | graphics/tumbler/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tumbler/Makefile b/graphics/tumbler/Makefile index c70c85bdece3..f736245a3942 100644 --- a/graphics/tumbler/Makefile +++ b/graphics/tumbler/Makefile @@ -7,6 +7,7 @@ PORTNAME= tumbler PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= graphics xfce MASTER_SITES= XFCE MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/0.1 @@ -86,7 +87,7 @@ PLIST_SUB+= FREETYPE="@comment " .if defined(WITH_POPPLER) BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/poppler-glib.pc:${PORTSDIR}/graphics/poppler-gtk \ poppler-gtk>=0.12.0:${PORTSDIR}/graphics/poppler-gtk -LIB_DEPENDS+= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS+= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk PLIST_SUB+= POPPLER="" WITH_PLUGINS= true .elif defined(WITHOUT_POPPLER) |