From owner-svn-ports-all@FreeBSD.ORG Tue Dec 23 23:31:52 2014 Return-Path: Delivered-To: svn-ports-all@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 22C21D6F; Tue, 23 Dec 2014 23:31:52 +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 0EB8C64E57; Tue, 23 Dec 2014 23:31:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBNNVpND017449; Tue, 23 Dec 2014 23:31:51 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBNNVpTf017448; Tue, 23 Dec 2014 23:31:51 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412232331.sBNNVpTf017448@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 23 Dec 2014 23:31:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375372 - head/editors/ted X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2014 23:31:52 -0000 Author: bapt Date: Tue Dec 23 23:31:50 2014 New Revision: 375372 URL: https://svnweb.freebsd.org/changeset/ports/375372 QAT: https://qat.redports.org/buildarchive/r375372/ Log: Do not hardcode png15 Modified: head/editors/ted/Makefile Modified: head/editors/ted/Makefile ============================================================================== --- head/editors/ted/Makefile Tue Dec 23 23:29:58 2014 (r375371) +++ head/editors/ted/Makefile Tue Dec 23 23:31:50 2014 (r375372) @@ -15,7 +15,7 @@ COMMENT= X11 based RTF editor LICENSE= GPLv2 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ libpaper.so:${PORTSDIR}/print/libpaper RUN_DEPENDS= gsfonts>0:${PORTSDIR}/print/gsfonts @@ -29,7 +29,6 @@ USE_XORG= xext xft USES= iconv USE_GHOSTSCRIPT_RUN= yes GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include/libpng15 MAKE_ENV= DEF_AFMDIR="-DAFMDIR=\"\\\"${AFMDIR}/\\\"\"" \ DEF_INDDIR="-DINDDIR=\"\\\"${INDDIR}/\\\"\"" \ DEF_DOCUMENT_DIR="-DDOCUMENT_DIR=\"\\\"${DOCSDIR}/\\\"\"" \