summaryrefslogtreecommitdiffstats
path: root/graphics/gdk-pixbuf2/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-06-01 22:35:22 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-06-01 22:35:22 +0800
commit898d58aedc200bef14461ccbf80682d435caee5f (patch)
treed54de69806e0d98e1e12c8b2fb0cd02954c88e31 /graphics/gdk-pixbuf2/Makefile
parent4253235dc2e40c7bbca940d5b5a1e0fd49494e83 (diff)
downloadmarcuscom-ports-898d58aedc200bef14461ccbf80682d435caee5f.tar
marcuscom-ports-898d58aedc200bef14461ccbf80682d435caee5f.tar.gz
marcuscom-ports-898d58aedc200bef14461ccbf80682d435caee5f.tar.bz2
marcuscom-ports-898d58aedc200bef14461ccbf80682d435caee5f.tar.lz
marcuscom-ports-898d58aedc200bef14461ccbf80682d435caee5f.tar.xz
marcuscom-ports-898d58aedc200bef14461ccbf80682d435caee5f.tar.zst
marcuscom-ports-898d58aedc200bef14461ccbf80682d435caee5f.zip
pet portlint by removing library versions. This fixes fallout after png update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16848 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gdk-pixbuf2/Makefile')
-rw-r--r--graphics/gdk-pixbuf2/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile
index 9f1aa1ac7..00aa77870 100644
--- a/graphics/gdk-pixbuf2/Makefile
+++ b/graphics/gdk-pixbuf2/Makefile
@@ -3,7 +3,7 @@
# Whom: Ade Lovett <ade@lovett.com>
#
# $FreeBSD$
-# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.20 2012/05/23 08:00:51 kwm Exp $
+# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.21 2012/05/23 13:40:57 kwm Exp $
PORTNAME?= gdk-pixbuf
PORTVERSION= 2.26.1
@@ -48,7 +48,7 @@ PLIST_SUB+= NLS="@comment "
.endif
.if !defined(WITHOUT_JP2)
-LIB_DEPENDS+= jasper.4:${PORTSDIR}/graphics/jasper
+LIB_DEPENDS+= jasper:${PORTSDIR}/graphics/jasper
CONFIGURE_ARGS+=--with-libjasper
PLIST_SUB+= JP2=""
.else
@@ -56,7 +56,7 @@ PLIST_SUB+= JP2="@comment "
.endif
.if !defined(WITHOUT_JPEG)
-LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg
PLIST_SUB+= JPEG=""
.else
CONFIGURE_ARGS+=--without-libjpeg
@@ -64,7 +64,7 @@ PLIST_SUB+= JPEG="@comment "
.endif
.if !defined(WITHOUT_PNG)
-LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= png:${PORTSDIR}/graphics/png
PLIST_SUB+= PNG=""
.else
CONFIGURE_ARGS+=--without-libpng
@@ -72,7 +72,7 @@ PLIST_SUB+= PNG="@comment "
.endif
.if !defined(WITHOUT_TIFF)
-LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff
PLIST_SUB+= TIFF=""
.else
CONFIGURE_ARGS+=--without-libtiff