diff options
author | dirk <dirk@FreeBSD.org> | 1999-08-26 21:49:03 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-08-26 21:49:03 +0800 |
commit | a9f286447e4f51e81c4a0ef993e93f5980239620 (patch) | |
tree | 13cca02eb03a9b240f566c471af5b76377242fed /textproc | |
parent | 0dc9daf067d8c965906386ef9979866c043c5062 (diff) | |
download | freebsd-ports-gnome-a9f286447e4f51e81c4a0ef993e93f5980239620.tar.gz freebsd-ports-gnome-a9f286447e4f51e81c4a0ef993e93f5980239620.tar.zst freebsd-ports-gnome-a9f286447e4f51e81c4a0ef993e93f5980239620.zip |
Add expat.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b824974275e6..6ac490d07e01 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.59 1999/07/22 13:16:02 kris Exp $ +# $Id: Makefile,v 1.60 1999/08/01 09:23:03 cpiazza Exp $ # SUBDIR += agrep @@ -16,6 +16,7 @@ SUBDIR += docproj SUBDIR += dsssl-docbook-modular SUBDIR += dtd-catalogs + SUBDIR += expat SUBDIR += freegrep SUBDIR += gdict SUBDIR += glimpse |