Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 14:16:31 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375462 - head/graphics/xcftools
Message-ID:  <201412241416.sBOEGVEU053893@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Dec 24 14:16:30 2014
New Revision: 375462
URL: https://svnweb.freebsd.org/changeset/ports/375462
QAT: https://qat.redports.org/buildarchive/r375462/

Log:
  Properly support png 1.5

Modified:
  head/graphics/xcftools/Makefile

Modified: head/graphics/xcftools/Makefile
==============================================================================
--- head/graphics/xcftools/Makefile	Wed Dec 24 14:15:31 2014	(r375461)
+++ head/graphics/xcftools/Makefile	Wed Dec 24 14:16:30 2014	(r375462)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412241416.sBOEGVEU053893>