diff options
author | gahr <gahr@FreeBSD.org> | 2016-04-22 00:48:50 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-04-22 00:48:50 +0800 |
commit | e256b474346f69fed7a7b4bfd454e2afe3107bf9 (patch) | |
tree | d0c1f5dd5ca5ac27d60728de7479d49195932db9 /x11 | |
parent | 846d8199972dd0559fe10d7173837b7a0309069b (diff) | |
download | freebsd-ports-gnome-e256b474346f69fed7a7b4bfd454e2afe3107bf9.tar.gz freebsd-ports-gnome-e256b474346f69fed7a7b4bfd454e2afe3107bf9.tar.zst freebsd-ports-gnome-e256b474346f69fed7a7b4bfd454e2afe3107bf9.zip |
Convert more ports to USES=(tcl|tk):tea
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tkXwin/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/tkXwin/Makefile b/x11/tkXwin/Makefile index 54f28e423286..5d4c90c37bc1 100644 --- a/x11/tkXwin/Makefile +++ b/x11/tkXwin/Makefile @@ -10,16 +10,10 @@ MASTER_SITES= http://beepcore-tcl.sourceforge.net/ MAINTAINER= dsh@vlink.ru COMMENT= Tcl/Tk library to detect idle periods of an X session -GNU_CONFIGURE= yes -USES= libtool tk:84 tar:tgz +USES= libtool tk:84,tea tar:tgz USE_XORG= xt xscrnsaver USE_LDCONFIG= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --with-tcl=${TCL_LIBDIR} \ - --with-tclinclude=${TCL_INCLUDEDIR} \ - --with-tk=${TK_LIBDIR} \ - --with-tkinclude=${TK_INCLUDEDIR} CONFIGURE_ENV= INSTALL="${INSTALL_DATA}" .include <bsd.port.mk> |