diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-06 20:09:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-06 20:09:20 +0000 |
commit | 48783eb7d77197c640b4322a4543999c14d50a01 (patch) | |
tree | 467a557afa9972ae33aefc0527f6cf6a1c1f1d64 /lang/ezm3 | |
parent | 7c0b9c594684819d04a38c393db5d362452b512a (diff) | |
download | pkgsrc-48783eb7d77197c640b4322a4543999c14d50a01.tar.gz |
This doesn't really need USE_X11.
Diffstat (limited to 'lang/ezm3')
-rw-r--r-- | lang/ezm3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index 336af3991b6..d2b6cdd46b3 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/06 06:43:31 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/06 20:09:20 xtraeme Exp $ DISTNAME= ezm3-1.1 CATEGORIES= lang @@ -11,7 +11,6 @@ COMMENT= Easier, more portable Modula-3 distribution for building CVSup DIST_SUBDIR= ezm3 USE_GMAKE= yes -USE_X11= yes INSTALL_TARGET= all MAKE_ARGS+= M3OPTIONS="-DBUILD_ALL -DSHIP_ALL" |