diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-24 07:31:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-24 07:31:50 +0800 |
commit | 360b781c2349e3e02e798b5715408db7946c6329 (patch) | |
tree | 02b9617fd0fd6eed374016196af7884fd197b522 /editors | |
parent | a420de57a0fde89ff5574aa06326ca4b7e2af69e (diff) | |
download | freebsd-ports-gnome-360b781c2349e3e02e798b5715408db7946c6329.tar.gz freebsd-ports-gnome-360b781c2349e3e02e798b5715408db7946c6329.tar.zst freebsd-ports-gnome-360b781c2349e3e02e798b5715408db7946c6329.zip |
Do not hardcode png15
Diffstat (limited to 'editors')
-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}/\\\"\"" \ |