diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
commit | f22feb535b65ee52eebe6334a7e442a9da6e8eb8 (patch) | |
tree | 933d73267b162cfaafe154e686904d99798b5fbe /print/ghostscript55 | |
parent | 8d959e6cc33f5fcda3595282f382e63acfe0072e (diff) | |
download | ports-f22feb535b65ee52eebe6334a7e442a9da6e8eb8.tar.gz ports-f22feb535b65ee52eebe6334a7e442a9da6e8eb8.zip |
Notes
Diffstat (limited to 'print/ghostscript55')
-rw-r--r-- | print/ghostscript55/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript55/Makefile b/print/ghostscript55/Makefile index e3b3af84427e..bcd8647af4e0 100644 --- a/print/ghostscript55/Makefile +++ b/print/ghostscript55/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.22 1998/06/05 06:21:03 andreas Exp $ +# $Id: Makefile,v 1.23 1998/07/17 20:19:41 andreas Exp $ # DISTNAME= ghostscript-5.10 @@ -19,6 +19,7 @@ BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip +USE_XLIB= yes MAKE_ENV= PORTSDIR=${PORTSDIR} EXTRACT_ONLY= ${GS_SOURCES} WRKSRC= ${WRKDIR}/gs5.10 |