From a7eec2efa8908c758ea1fd341259ee52eefd238f Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 24 Dec 2014 14:16:30 +0000 Subject: Properly support png 1.5 --- graphics/xcftools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/xcftools') diff --git a/graphics/xcftools/Makefile b/graphics/xcftools/Makefile index 5907035f3087..c37517193464 100644 --- a/graphics/xcftools/Makefile +++ b/graphics/xcftools/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= GH \ MAINTAINER= kalten@gmx.at COMMENT= Command-line tools for extracting from XCF format (graphics/gimp) -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png # xcftools is under a public domain licence @@ -36,7 +36,7 @@ PLIST_FILES= bin/xcf2png \ bin/xcfinfo \ bin/xcfview -CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl MAKE_JOBS_UNSAFE= yes -- cgit v1.2.3