diff options
author | asami <asami@FreeBSD.org> | 1998-07-27 23:25:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-27 23:25:33 +0000 |
commit | 16a95f548a758d828bcacff04535926bcce180b1 (patch) | |
tree | 32a03d4fa1b62c956de2cd87f27a4f6b1e82c320 /devel/vtcl/Makefile | |
parent | 7836a4102623d9d92425926490542d3cf33bd656 (diff) | |
download | FreeBSD-ports-16a95f548a758d828bcacff04535926bcce180b1.zip FreeBSD-ports-16a95f548a758d828bcacff04535926bcce180b1.tar.gz |
Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.
Partial list submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'devel/vtcl/Makefile')
-rw-r--r-- | devel/vtcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile index 1f2305a..ddf5a73 100644 --- a/devel/vtcl/Makefile +++ b/devel/vtcl/Makefile @@ -3,12 +3,12 @@ # Date Created: 29 May 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.6 1998/02/13 15:07:54 vanilla Exp $ +# $Id: Makefile,v 1.8 1998/03/20 14:35:24 tg Exp $ # DISTNAME= vt-1.11 PKGNAME= vtcl-1.11 -CATEGORIES= devel x11 tk80 +CATEGORIES= devel tk80 MASTER_SITES= http://www.neuron.com/stewart/vtcl/dload/ \ ftp://ftp.neuron.com/pub/ |