diff options
author | jmg <jmg@FreeBSD.org> | 1997-03-31 19:42:18 +0800 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1997-03-31 19:42:18 +0800 |
commit | f703514e79795a83f4c0eaa22dc05b4a88294eee (patch) | |
tree | ec59db48e6f0dc8472070596744cd24cc28923ed | |
parent | 4c98d3c93a9d825dac5ef16cb957513c7212a6a5 (diff) | |
download | freebsd-ports-gnome-f703514e79795a83f4c0eaa22dc05b4a88294eee.tar.gz freebsd-ports-gnome-f703514e79795a83f4c0eaa22dc05b4a88294eee.tar.zst freebsd-ports-gnome-f703514e79795a83f4c0eaa22dc05b4a88294eee.zip |
activate cgiparse
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 65b054930231..4def00bd889f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.37 1997/03/02 18:27:34 andreas Exp $ +# $Id: Makefile,v 1.38 1997/03/02 19:49:27 andreas Exp $ # SUBDIR += Mosaic # requires Motif @@ -7,6 +7,7 @@ SUBDIR += arena SUBDIR += ashe # requires Motif SUBDIR += cached + SUBDIR += cgiparse SUBDIR += chimera SUBDIR += comline SUBDIR += eperl |