diff options
author | asami <asami@FreeBSD.org> | 1996-04-12 16:44:54 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-12 16:44:54 +0800 |
commit | b376c3c303aeb455f8de6ac19d87806293beae2e (patch) | |
tree | dfd60c05993a60b4a9ce5692eac37d3f77a2abd9 | |
parent | 070af64aef7178911da9668ae8ebd279fc6a5105 (diff) | |
download | freebsd-ports-gnome-b376c3c303aeb455f8de6ac19d87806293beae2e.tar.gz freebsd-ports-gnome-b376c3c303aeb455f8de6ac19d87806293beae2e.tar.zst freebsd-ports-gnome-b376c3c303aeb455f8de6ac19d87806293beae2e.zip |
Add Mosaic and ashe, we now support Motif ports.
-rw-r--r-- | www/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/Makefile b/www/Makefile index 773da0343483..92b9533a16e1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.12 1996/04/01 07:24:34 asami Exp $ +# $Id: Makefile,v 1.13 1996/04/08 20:57:19 smpatel Exp $ # -RESTRICTED += Mosaic # requires Motif + SUBDIR += Mosaic # requires Motif SUBDIR += apache SUBDIR += arena -RESTRICTED += ashe # requires Motif + SUBDIR += ashe # requires Motif SUBDIR += cached SUBDIR += chimera SUBDIR += comline |