diff options
author | hubertf <hubertf> | 1999-01-23 18:28:53 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-01-23 18:28:53 +0000 |
commit | 4e3e278d8938c561161caae8fbf6256e30a569d2 (patch) | |
tree | 4185ccb28eb1ff8387ca80eb846b03b39a8bcd3c /devel | |
parent | 7853bf8973c6a798525a0f5555cbe73a382c1afc (diff) | |
download | pkgsrc-4e3e278d8938c561161caae8fbf6256e30a569d2.tar.gz |
add and enable swig
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index f3978df6e65..cdd323bdd98 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 1999/01/14 20:38:49 frueauf Exp $ +# $NetBSD: Makefile,v 1.49 1999/01/23 18:28:53 hubertf Exp $ # FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp # @@ -49,7 +49,7 @@ # SUBDIR += linuxgdb SUBDIR += m4 # SUBDIR += makedepend - SUBDIR += mit-pthreads +#HF# SUBDIR += mit-pthreads # SUBDIR += mkmf # SUBDIR += mprof SUBDIR += ncurses @@ -103,6 +103,7 @@ # SUBDIR += sawt # SUBDIR += scogdb SUBDIR += sfio + SUBDIR += swig # SUBDIR += tclcheck SUBDIR += tkcvs # SUBDIR += tvision |