diff options
author | dirk <dirk@FreeBSD.org> | 1999-08-26 13:49:03 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-08-26 13:49:03 +0000 |
commit | a9f286447e4f51e81c4a0ef993e93f5980239620 (patch) | |
tree | 13cca02eb03a9b240f566c471af5b76377242fed /textproc | |
parent | 0dc9daf067d8c965906386ef9979866c043c5062 (diff) | |
download | FreeBSD-ports-a9f286447e4f51e81c4a0ef993e93f5980239620.zip FreeBSD-ports-a9f286447e4f51e81c4a0ef993e93f5980239620.tar.gz |
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 b824974..6ac490d 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 |