diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-01 22:55:46 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-01 22:55:46 +0800 |
commit | 8d831d3752a3c90095ee2281234282ea71597ed5 (patch) | |
tree | f15aa3f2f0d499f3d491737819c77ba8f4237640 | |
parent | 898d58aedc200bef14461ccbf80682d435caee5f (diff) | |
download | marcuscom-ports-8d831d3752a3c90095ee2281234282ea71597ed5.tar marcuscom-ports-8d831d3752a3c90095ee2281234282ea71597ed5.tar.gz marcuscom-ports-8d831d3752a3c90095ee2281234282ea71597ed5.tar.bz2 marcuscom-ports-8d831d3752a3c90095ee2281234282ea71597ed5.tar.lz marcuscom-ports-8d831d3752a3c90095ee2281234282ea71597ed5.tar.xz marcuscom-ports-8d831d3752a3c90095ee2281234282ea71597ed5.tar.zst marcuscom-ports-8d831d3752a3c90095ee2281234282ea71597ed5.zip |
fix last commit, libpng only exists as unversioned library, which the
lib_depend system doesn't like. the versioned library is called libpng15.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16849 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 4 | ||||
-rw-r--r-- | graphics/gegl/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-app/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 00aa77870..d2f378a93 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.21 2012/05/23 13:40:57 kwm Exp $ +# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.22 2012/06/01 14:35:22 kwm Exp $ PORTNAME?= gdk-pixbuf PORTVERSION= 2.26.1 @@ -64,7 +64,7 @@ PLIST_SUB+= JPEG="@comment " .endif .if !defined(WITHOUT_PNG) -LIB_DEPENDS+= png:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png PLIST_SUB+= PNG="" .else CONFIGURE_ARGS+=--without-libpng diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 65b7dcfee..d786d8ff2 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -134,7 +134,7 @@ CONFIGURE_ARGS+=--disable-mmx \ .endif .if !defined(WITHOUT_PNG) -LIB_DEPENDS+= png:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png PLIST_SUB+= PNG="" .else CONFIGURE_ARGS+=--without-libpng diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index a09dd0d2e..3dc9919d0 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD: ports/graphics/gimp-app/Makefile,v 1.259 2012/02/14 22:08:59 kwm Exp $ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.60 2012/05/13 12:31:16 kwm Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.61 2012/06/01 14:35:22 kwm Exp $ # PORTNAME= gimp-app @@ -28,7 +28,7 @@ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= png:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ tiff:${PORTSDIR}/graphics/tiff \ lcms:${PORTSDIR}/graphics/lcms \ |