diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-27 23:25:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-27 23:25:33 +0000 |
commit | c23cc4074c4780fbdb038caecb7d43e5ce58e78a (patch) | |
tree | adb3decf75e056017f92743334afad729ac76ab0 /biology | |
parent | 53305a53efa8d924dd3d4f72b161e070053a3ddc (diff) | |
download | ports-c23cc4074c4780fbdb038caecb7d43e5ce58e78a.tar.gz ports-c23cc4074c4780fbdb038caecb7d43e5ce58e78a.zip |
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>
Notes
Notes:
svn path=/head/; revision=12173
Diffstat (limited to 'biology')
-rw-r--r-- | biology/rasmol/Makefile | 4 | ||||
-rw-r--r-- | biology/seaview/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index c36498922f29..448e9a89d28e 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -3,12 +3,12 @@ # Date created: Dec 4 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.1.1.1 1997/12/15 17:45:31 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/05/24 04:04:23 steve Exp $ # DISTNAME= RasMol26b2x1 PKGNAME= rasmol-2.6b2.1 -CATEGORIES= biology x11 +CATEGORIES= biology MASTER_SITES= ftp://nexus.roko.goe.net/pub/rasmol/ MAINTAINER= frankch@waru.life.nthu.edu.tw diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index 87820aa4ceca..b02a365dc645 100644 --- a/biology/seaview/Makefile +++ b/biology/seaview/Makefile @@ -3,12 +3,12 @@ # Date created: Dec 5 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.2 1997/12/26 11:49:39 asami Exp $ +# $Id: Makefile,v 1.3 1998/03/30 23:44:07 asami Exp $ # DISTNAME= seaview PKGNAME= seaview-1.0 -CATEGORIES= biology x11 +CATEGORIES= biology MASTER_SITES= ftp://biom3.univ-lyon1.fr/pub/mol_phylogeny/seaview/ EXTRACT_SUFX= .tar |