diff options
author | agc <agc@pkgsrc.org> | 2002-04-09 13:32:25 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-04-09 13:32:25 +0000 |
commit | e33bbd15aa21654af8d84d9e89921393477ad01e (patch) | |
tree | 087bd43f2211c7b6c3d8924d1e9febdf9a8fe611 /lang/onyx | |
parent | 6f75a336c91327d7aa21442e4bed7b5c7af7f529 (diff) | |
download | pkgsrc-e33bbd15aa21654af8d84d9e89921393477ad01e.tar.gz |
Remove a definition that crept in there erroneously. Thanks to Thomas
Klausner for pointing it out.
Diffstat (limited to 'lang/onyx')
-rw-r--r-- | lang/onyx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index a152e7c2dcc..89e0b45986f 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/04/09 13:24:02 agc Exp $ +# $NetBSD: Makefile,v 1.4 2002/04/09 13:32:25 agc Exp $ DISTNAME= onyx-${VERS} CATEGORIES= lang @@ -10,8 +10,6 @@ COMMENT= Embeddable stack-based threaded interpreted language BUILD_DEPENDS= cook-[0-9]*:../../devel/cook -EXTRACT_USING_PAX= yes - GNU_CONFIGURE= yes # XXX CONFIGURE_ARGS+= --disable-threads |