From owner-svn-ports-head@FreeBSD.ORG Wed Dec 24 14:16:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE510D41; Wed, 24 Dec 2014 14:16:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9DBB3C68; Wed, 24 Dec 2014 14:16:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBOEGVjm053894; Wed, 24 Dec 2014 14:16:31 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBOEGVEU053893; Wed, 24 Dec 2014 14:16:31 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412241416.sBOEGVEU053893@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 24 Dec 2014 14:16:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375462 - head/graphics/xcftools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2014 14:16:32 -0000 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