diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-10-14 13:07:40 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-10-14 13:07:40 +0000 |
commit | 2b25376eb8bb4e723accbb2c9d15cdca136c6d93 (patch) | |
tree | faf2643ca699543bec5c59edaa514864c751625c /x11-toolkits | |
parent | 7c10065037bf7e416bbcdd02f9aae441432aaad7 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-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 d0a5374c2bce..869f6a9c3231 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} \ |