diff options
author | hrs <hrs@FreeBSD.org> | 2014-03-06 15:07:55 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2014-03-06 15:07:55 +0800 |
commit | 3909fb567851ec041a6b32070a8490ac167f9f90 (patch) | |
tree | 9c6d0067b8b6c6a7e78972b6f9c6aa92d3794dfb /print/ghostscript8-nox11 | |
parent | 6d783b7d5e9425b3fc84116c221b036d335c28e1 (diff) | |
download | freebsd-ports-gnome-3909fb567851ec041a6b32070a8490ac167f9f90.tar.gz freebsd-ports-gnome-3909fb567851ec041a6b32070a8490ac167f9f90.tar.zst freebsd-ports-gnome-3909fb567851ec041a6b32070a8490ac167f9f90.zip |
- Fix iconv dependency [*]
- Add STAGEDIR support.
- Remove FT_BRIDGE option.
- Fix old syntax in LIB_DEPENDS.
Submitted by: tijl [*]
PR: ports/186705 [*]
Diffstat (limited to 'print/ghostscript8-nox11')
-rw-r--r-- | print/ghostscript8-nox11/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/ghostscript8-nox11/Makefile b/print/ghostscript8-nox11/Makefile index d4121bbcfc44..d2ce0e8adf6d 100644 --- a/print/ghostscript8-nox11/Makefile +++ b/print/ghostscript8-nox11/Makefile @@ -5,5 +5,4 @@ OPTIONS_UNSET= X11 MASTERDIR= ${.CURDIR}/../ghostscript8 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |