svn commit: r375372 - head/editors/ted
Baptiste Daroussin
bapt at FreeBSD.org
Tue Dec 23 23:31:52 UTC 2014
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}/\\\"\"" \
More information about the svn-ports-all
mailing list