diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-24 14:16:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-24 14:16:30 +0000 |
commit | a7eec2efa8908c758ea1fd341259ee52eefd238f (patch) | |
tree | 2817adc4b9ee617921204664ec263170a13375c6 /graphics | |
parent | Update gnome-common to 3.14.0. (diff) |
Properly support png 1.5
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xcftools/Makefile | 4 |
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 |