diff options
author | pav <pav@FreeBSD.org> | 2008-04-09 21:42:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-09 21:42:26 +0800 |
commit | 6e27510979996ab23155a609106b11633d910609 (patch) | |
tree | e2e30cb76d42ae00a21b82a4cfc5b2bacd1e3752 /science | |
parent | 90610a8dfecfb2b85ec771b8794246a28f307ea0 (diff) | |
download | freebsd-ports-gnome-6e27510979996ab23155a609106b11633d910609.tar.gz freebsd-ports-gnome-6e27510979996ab23155a609106b11633d910609.tar.zst freebsd-ports-gnome-6e27510979996ab23155a609106b11633d910609.zip |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr
Diffstat (limited to 'science')
-rw-r--r-- | science/elmer-fem/Makefile | 2 | ||||
-rw-r--r-- | science/vmd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/science/elmer-fem/Makefile b/science/elmer-fem/Makefile index 7b5a37205d85..44b2c5333bb5 100644 --- a/science/elmer-fem/Makefile +++ b/science/elmer-fem/Makefile @@ -8,7 +8,7 @@ PORTNAME= fem PORTVERSION= 5.4.0 PORTREVISION= 1 -CATEGORIES= science tk84 +CATEGORIES= science tk MASTER_SITES= SF/elmerfem PKGNAMEPREFIX= elmer- diff --git a/science/vmd/Makefile b/science/vmd/Makefile index 7501d47c24ad..2ebc6e378aab 100644 --- a/science/vmd/Makefile +++ b/science/vmd/Makefile @@ -8,7 +8,7 @@ PORTNAME= vmd PORTVERSION= 1.8.3 PORTREVISION= 1 -CATEGORIES= science graphics python tcl84 tk84 +CATEGORIES= science graphics python tcl tk MASTER_SITES= http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.97/:tachyon \ ftp://ftp.ebi.ac.uk/pub/software/unix/stride/src/:stride DISTFILES= ${VMD_DIST} \ |