diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-20 11:09:05 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-20 11:09:05 +0000 |
commit | 6c2683f64aa644131a0cfd7021af38102bc8211b (patch) | |
tree | 321cb4f629a7537ea7bf13157e43de4920c2406c | |
parent | eddcc9e85d53205e88a3626d777f36808dd7dde4 (diff) | |
download | FreeBSD-ports-6c2683f64aa644131a0cfd7021af38102bc8211b.zip FreeBSD-ports-6c2683f64aa644131a0cfd7021af38102bc8211b.tar.gz |
- Convert USE_XZ to USES
- Fix shebang
Approved by: portmgr blanket
-rw-r--r-- | print/ghostscript8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index b5e26d5..629f7f4 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -37,8 +37,8 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USE_XZ= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:xz shebangfix +SHEBANG_FILES= ${WRKSRC}/lib/fixmswrd.pl WANT_GNOME= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf |