diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-07-04 05:31:38 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-07-04 05:31:38 +0000 |
commit | 89e90a2f81ed3018901180e65fd41d9d001d9157 (patch) | |
tree | 8c8a145bc67b952ce9ee2ed6f23fe9b10e47cc73 /print/ghostscript5 | |
parent | 0167d8062976545ea6414a9a2724b5c3a5eaecf0 (diff) | |
download | pkgsrc-89e90a2f81ed3018901180e65fd41d9d001d9157.tar.gz |
Override JSRCDIR.
Diffstat (limited to 'print/ghostscript5')
-rw-r--r-- | print/ghostscript5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index 2279781ec3a..1d54a6c0e04 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1998/07/04 05:11:15 mycroft Exp $ +# $NetBSD: Makefile,v 1.20 1998/07/04 05:31:38 mycroft Exp $ # FreeBSD Id: Makefile,v 1.14 1997/10/13 11:22:43 asami Exp # @@ -21,7 +21,7 @@ MAKE_ENV= PORTSDIR=${.CURDIR}/../.. EXTRACT_ONLY= ${GS_SOURCES} WRKSRC= ${WRKDIR}/gs5.10 MAKEFILE= unix-gcc.mak -MAKE_FLAGS= prefix=${PREFIX} zlibc_=-lz CFLAGS="${CFLAGS}" +MAKE_FLAGS= prefix=${PREFIX} zlibc_=-lz CFLAGS="${CFLAGS}" JSRCDIR=jpeg-6b GS_SOURCES= ghostscript-5.10.tar.gz GS_SOURCES+= ghostscript-5.10gnu.tar.gz |