diff options
author | gahr <gahr@FreeBSD.org> | 2013-10-14 13:07:40 +0000 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-10-14 13:07:40 +0000 |
commit | 65ac47e3aec380e1bdb76e72fbd943f6a7a93cd5 (patch) | |
tree | faf2643ca699543bec5c59edaa514864c751625c | |
parent | 304a9ca2c58246e7c2322c5fcb694137618eeb09 (diff) | |
download | FreeBSD-ports-65ac47e3aec380e1bdb76e72fbd943f6a7a93cd5.zip FreeBSD-ports-65ac47e3aec380e1bdb76e72fbd943f6a7a93cd5.tar.gz |
- Convert to USES+=tk
- STAGE-clean
-rw-r--r-- | x11-toolkits/tktable/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/tktable/Makefile b/x11-toolkits/tktable/Makefile index d0a5374..869f6a9 100644 --- a/x11-toolkits/tktable/Makefile +++ b/x11-toolkits/tktable/Makefile @@ -14,14 +14,13 @@ COMMENT= A table/matrix widget extension to Tk LICENSE= BSD LICENSE_FILE= ${WRKSRC}/license.txt -USE_TK= 84+ +USES+= tk GNU_CONFIGURE= yes PORTDOCS= * PLIST_SUB= DISTNAME=${DISTNAME} -NO_STAGE= yes .include <bsd.port.options.mk> CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ |