diff options
author | tsarna <tsarna@pkgsrc.org> | 2002-12-18 22:35:30 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2002-12-18 22:35:30 +0000 |
commit | 70e0cfd5f2743d1e169455490f69d6ae315ed3c8 (patch) | |
tree | c9531318c166f719d9ef54b32691e7239e7db339 | |
parent | eef7d57c5b7bc740852e49a0710dc0a49d481de4 (diff) | |
download | pkgsrc-70e0cfd5f2743d1e169455490f69d6ae315ed3c8.tar.gz |
Add and enable pyrex
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 8b4f5417cf8..eb4ef36321f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.139 2002/12/11 19:04:05 cjep Exp $ +# $NetBSD: Makefile,v 1.140 2002/12/18 22:35:30 tsarna Exp $ # COMMENT= Programming languages @@ -77,6 +77,7 @@ SUBDIR+= pforth SUBDIR+= pgcc SUBDIR+= py-extclass SUBDIR+= py-html-docs +SUBDIR+= py-pyrex SUBDIR+= py21-html-docs SUBDIR+= py22-html-docs #SUBDIR+= python # only contains Makefile fragments |