diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-23 20:35:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-23 20:35:01 +0000 |
commit | c86e9d97241f251304781abec881b7b5a934f12a (patch) | |
tree | 6a64949cd1d37fc2302e761cd239d30738f2b760 /print/ghostscript9-base | |
parent | Update to 6.2.23. Add TCL option. Cleanup. (diff) |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=415742
Diffstat (limited to 'print/ghostscript9-base')
-rw-r--r-- | print/ghostscript9-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript9-base/Makefile b/print/ghostscript9-base/Makefile index de31d85d7088..83cebb902b35 100644 --- a/print/ghostscript9-base/Makefile +++ b/print/ghostscript9-base/Makefile @@ -73,7 +73,7 @@ SUB_LIST= DATADIR="${DATADIR}" PKGMESSAGE= ${WRKDIR}/pkg-message OPTIONS_DEFINE= DOCS CUPS FONTCONFIG ICONV -OPTIONS_DEFAULT=DOCS CUPS FONTCONFIG ICONV +OPTIONS_DEFAULT=CUPS FONTCONFIG ICONV OPTIONS_SUB= yes FONTCONFIG_DESC=Enable fontconfig support FONTCONFIG_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig |