diff options
Diffstat (limited to 'graphics/tumbler')
-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 5ad277e9ec92..0f3a9cab8bc4 100644 --- a/graphics/tumbler/Makefile +++ b/graphics/tumbler/Makefile @@ -7,6 +7,7 @@ PORTNAME= tumbler PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= graphics xfce MASTER_SITES= http://archive.xfce.org/src/apps/${PORTNAME}/0.1/ @@ -50,7 +51,7 @@ PLIST_SUB+= GTK2="@comment " .endif .if defined(WITH_JPEG) -LIB_DEPENDS+= jpeg.10:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg PLIST_SUB+= JPEG="" WITH_PLUGINS= true .elif defined(WITHOUT_JPEG) |