diff options
author | tg <tg@FreeBSD.org> | 1999-05-26 16:03:27 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-05-26 16:03:27 +0800 |
commit | defd9a33193886e0f5cab6c68b6bf96519ecc3eb (patch) | |
tree | 3d63d63336e84609cf8055e6dd4f50b3ba174093 | |
parent | ffab21f42691c82fed791e59b76ad6040224dc5c (diff) | |
download | freebsd-ports-gnome-defd9a33193886e0f5cab6c68b6bf96519ecc3eb.tar.gz freebsd-ports-gnome-defd9a33193886e0f5cab6c68b6bf96519ecc3eb.tar.zst freebsd-ports-gnome-defd9a33193886e0f5cab6c68b6bf96519ecc3eb.zip |
Activate py-mx{DateTime,Stack,TextTools,Tools}.
-rw-r--r-- | devel/Makefile | 5 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index d82afaaea3b5..a97b0c9d0d25 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.185 1999/05/20 14:43:16 kuriyama Exp $ +# $Id: Makefile,v 1.186 1999/05/23 14:55:24 rse Exp $ # SUBDIR += ElectricFence @@ -137,6 +137,9 @@ SUBDIR += portlint SUBDIR += prcs SUBDIR += py-kjbuckets + SUBDIR += py-mxDateTime + SUBDIR += py-mxStack + SUBDIR += py-mxTools SUBDIR += qtarch SUBDIR += qtez SUBDIR += re2c diff --git a/textproc/Makefile b/textproc/Makefile index 591b7b3552fb..5f7a00cab1b9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.51 1999/05/19 13:11:37 taoka Exp $ +# $Id: Makefile,v 1.52 1999/05/21 15:34:16 kuriyama Exp $ # SUBDIR += agrep @@ -38,6 +38,7 @@ SUBDIR += p5-XML-Parser SUBDIR += par SUBDIR += prag + SUBDIR += py-mxTextTools SUBDIR += py-xml SUBDIR += rman SUBDIR += sar |