diff options
author | xtraeme <xtraeme> | 2004-01-06 20:09:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-06 20:09:20 +0000 |
commit | a583126d9c08e394d3820812bf4188a9f0fa1e55 (patch) | |
tree | 467a557afa9972ae33aefc0527f6cf6a1c1f1d64 | |
parent | f4e3b4ffb43250d1dc8b26e458692eee8c195bf7 (diff) | |
download | pkgsrc-a583126d9c08e394d3820812bf4188a9f0fa1e55.tar.gz |
This doesn't really need USE_X11.
-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" |