aboutsummaryrefslogtreecommitdiff
path: root/graphics/xcftools
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-24 14:16:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-24 14:16:30 +0000
commita7eec2efa8908c758ea1fd341259ee52eefd238f (patch)
tree2817adc4b9ee617921204664ec263170a13375c6 /graphics/xcftools
parent27715a592900764cc03d4995e6a1c9cb74027e8c (diff)
downloadports-a7eec2efa8908c758ea1fd341259ee52eefd238f.tar.gz
ports-a7eec2efa8908c758ea1fd341259ee52eefd238f.zip
Notes
Diffstat (limited to 'graphics/xcftools')
-rw-r--r--graphics/xcftools/Makefile4
1 files changed, 2 insertions, 2 deletions
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