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 /databases/postgresql-tcltk | |
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 'databases/postgresql-tcltk')
-rw-r--r-- | databases/postgresql-tcltk/Makefile | 4 |
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} |