mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
Do not hardcode png15
This commit is contained in:
parent
cea39d6761
commit
062103c00b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375372
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,7 @@ COMMENT= X11 based RTF editor
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
|
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
|
||||||
libpng15.so:${PORTSDIR}/graphics/png \
|
libpng.so:${PORTSDIR}/graphics/png \
|
||||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||||
libpaper.so:${PORTSDIR}/print/libpaper
|
libpaper.so:${PORTSDIR}/print/libpaper
|
||||||
RUN_DEPENDS= gsfonts>0:${PORTSDIR}/print/gsfonts
|
RUN_DEPENDS= gsfonts>0:${PORTSDIR}/print/gsfonts
|
||||||
|
@ -29,7 +29,6 @@ USE_XORG= xext xft
|
||||||
USES= iconv
|
USES= iconv
|
||||||
USE_GHOSTSCRIPT_RUN= yes
|
USE_GHOSTSCRIPT_RUN= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CFLAGS+= -I${LOCALBASE}/include/libpng15
|
|
||||||
MAKE_ENV= DEF_AFMDIR="-DAFMDIR=\"\\\"${AFMDIR}/\\\"\"" \
|
MAKE_ENV= DEF_AFMDIR="-DAFMDIR=\"\\\"${AFMDIR}/\\\"\"" \
|
||||||
DEF_INDDIR="-DINDDIR=\"\\\"${INDDIR}/\\\"\"" \
|
DEF_INDDIR="-DINDDIR=\"\\\"${INDDIR}/\\\"\"" \
|
||||||
DEF_DOCUMENT_DIR="-DDOCUMENT_DIR=\"\\\"${DOCSDIR}/\\\"\"" \
|
DEF_DOCUMENT_DIR="-DDOCUMENT_DIR=\"\\\"${DOCSDIR}/\\\"\"" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue