From 360b781c2349e3e02e798b5715408db7946c6329 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 23 Dec 2014 23:31:50 +0000 Subject: Do not hardcode png15 --- editors/ted/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'editors') diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 8091d7056aef..8d9bc6e053ca 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -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}/\\\"\"" \ -- cgit