diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 17:07:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 17:07:24 +0800 |
commit | 0d9a3ba20e67d57789b70884273f4ee7ff0d9d99 (patch) | |
tree | 0873b9bae48c5a80efd75d836b3d5fc1733d20c1 /print/ghostscript5 | |
parent | db787962a4d058ac3aa2ac3bc0464b25d0458321 (diff) | |
download | freebsd-ports-gnome-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.tar.gz freebsd-ports-gnome-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.tar.zst freebsd-ports-gnome-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.zip |
A few more USE_XLIBs.
Diffstat (limited to 'print/ghostscript5')
-rw-r--r-- | print/ghostscript5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index e3b3af84427e..bcd8647af4e0 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/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 |