diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-23 23:31:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-23 23:31:50 +0000 |
commit | 062103c00b0b4cfc0e936050cb4a1b0542dcc85f (patch) | |
tree | 02b9617fd0fd6eed374016196af7884fd197b522 /editors/ted | |
parent | cea39d6761fa4a74762992aeb2b754c204593695 (diff) | |
download | ports-062103c00b0b4cfc0e936050cb4a1b0542dcc85f.tar.gz ports-062103c00b0b4cfc0e936050cb4a1b0542dcc85f.zip |
Notes
Diffstat (limited to 'editors/ted')
-rw-r--r-- | editors/ted/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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}/\\\"\"" \ |