diff options
author | tsarna <tsarna> | 2002-12-18 22:35:30 +0000 |
---|---|---|
committer | tsarna <tsarna> | 2002-12-18 22:35:30 +0000 |
commit | 079e36fd73cbd46c9910ea4131d0d2610dc70575 (patch) | |
tree | c9531318c166f719d9ef54b32691e7239e7db339 /lang | |
parent | c13485e2cb6aa6215bc18c37488a210c7a7c9bc0 (diff) | |
download | pkgsrc-079e36fd73cbd46c9910ea4131d0d2610dc70575.tar.gz |
Add and enable pyrex
Diffstat (limited to 'lang')
-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 |