diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-09 21:42:26 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-09 21:42:26 +0800 |
commit | 92b220fa9c42a6c193337144b12ad0856cacbdeb (patch) | |
tree | 167e145ff2514271fb5c10b0e9f4b2859ead22b3 /math | |
parent | 94169091b9fe1df39f70fc46f1dd7a7ae2aaed61 (diff) | |
download | freebsd-ports-gnome-92b220fa9c42a6c193337144b12ad0856cacbdeb.tar.gz freebsd-ports-gnome-92b220fa9c42a6c193337144b12ad0856cacbdeb.tar.zst freebsd-ports-gnome-92b220fa9c42a6c193337144b12ad0856cacbdeb.zip |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr
Diffstat (limited to 'math')
-rw-r--r-- | math/mpexpr/Makefile | 2 | ||||
-rw-r--r-- | math/vtk-tcl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/mpexpr/Makefile b/math/mpexpr/Makefile index 3ff8cf23fd51..849bd09c02a9 100644 --- a/math/mpexpr/Makefile +++ b/math/mpexpr/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpexpr PORTVERSION= 1.1 -CATEGORIES= math tcl84 +CATEGORIES= math tcl MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mpexpr diff --git a/math/vtk-tcl/Makefile b/math/vtk-tcl/Makefile index 8bcee258e1d0..8fbd9ee642f0 100644 --- a/math/vtk-tcl/Makefile +++ b/math/vtk-tcl/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -CATEGORIES+= tcl84 tk84 +CATEGORIES+= tcl tk PKGNAMESUFFIX= -tcl COMMENT= The Visualization Toolkit Tcl libs |