Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2014 23:31:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375372 - head/editors/ted
Message-ID:  <201412232331.sBNNVpTf017448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}/\\\"\"" \



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