aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql-tcltk
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-04-09 21:42:26 +0800
committerpav <pav@FreeBSD.org>2008-04-09 21:42:26 +0800
commit6e27510979996ab23155a609106b11633d910609 (patch)
treee2e30cb76d42ae00a21b82a4cfc5b2bacd1e3752 /databases/postgresql-tcltk
parent90610a8dfecfb2b85ec771b8794246a28f307ea0 (diff)
downloadfreebsd-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 'databases/postgresql-tcltk')
-rw-r--r--databases/postgresql-tcltk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-tcltk/Makefile b/databases/postgresql-tcltk/Makefile
index 24e5cfb99d03..a53daee74b58 100644
--- a/databases/postgresql-tcltk/Makefile
+++ b/databases/postgresql-tcltk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postgresql
PORTREVISION= 1
-CATEGORIES?= databases tcl${TCLVERSION:C/[^0-9]//g}
+CATEGORIES?= databases tcl
PKGNAMESUFFIX= -tcltk
MAINTAINER= girgen@FreeBSD.org
@@ -56,7 +56,7 @@ LIB_DEPENDS+= tk${TCLVERSION:S/.//}:${TKPORTDIR}${TCLVERSION:C/[^0-9]//g}
TKCONFIG= ${LOCALBASE}/lib/tk${TCLVERSION}
INCDIRS= ${TCL_INCDIR}:${TK_INCDIR}
PLIST_SUB+= TK=""
-CATEGORIES+= tk${TCLVERSION:C/[^0-9]//g}
+CATEGORIES+= tk
.endif
BUILD_DIRS= src/port ${INSTALL_DIRS}