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 /graphics/gimp-app | |
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
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |