diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-15 11:27:07 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-15 11:27:07 +0000 |
commit | 91741e84cdf81da758db97caad1f803b2b200169 (patch) | |
tree | 21e5b30156909dc7ed4e864aef5454c06b0cb6ae /x11-toolkits/tktray | |
parent | 35f208251b81416e78ad6ae8556b21cab1815e56 (diff) | |
download | ports-91741e84cdf81da758db97caad1f803b2b200169.tar.gz ports-91741e84cdf81da758db97caad1f803b2b200169.zip |
Notes
Diffstat (limited to 'x11-toolkits/tktray')
-rw-r--r-- | x11-toolkits/tktray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/tktray/Makefile b/x11-toolkits/tktray/Makefile index 86fe1d074e09..c0997603ccfd 100644 --- a/x11-toolkits/tktray/Makefile +++ b/x11-toolkits/tktray/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${TKPKG} MAINTAINER= ports@FreeBSD.org COMMENT= System tray icon support -USE_TK= yes +USE_TK= 84 USE_XORG= x11 xext GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR} \ |