diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-04-21 16:48:50 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-04-21 16:48:50 +0000 |
commit | 9f24ad45460941abfc9d36321900cf42813aba84 (patch) | |
tree | d0c1f5dd5ca5ac27d60728de7479d49195932db9 /x11-toolkits/tk86 | |
parent | 86cd4fbe5a7a1a14d0869f64442e2f2b4cc1cbf9 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/tk86')
-rw-r--r-- | x11-toolkits/tk86/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/tk86/Makefile b/x11-toolkits/tk86/Makefile index d32d171201ba..524db990797f 100644 --- a/x11-toolkits/tk86/Makefile +++ b/x11-toolkits/tk86/Makefile @@ -29,14 +29,11 @@ ALL_TARGET= all INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES+= tcl:${SHORT_TK_VER} +USES+= tcl:${SHORT_TK_VER},tea USE_XORG= x11 xft xscrnsaver -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared \ - --enable-xss \ +CONFIGURE_ARGS= --enable-xss \ --enable-xft \ --enable-man-suffix=.${MAN_SUFFIX} \ - --with-tcl=${TCL_LIBDIR} \ --includedir=${PREFIX}/include/tk${TK_VER} CONFIGURE_ENV= PORTSDIR=${PORTSDIR} |