diff options
author | Kenjiro Cho <kjc@FreeBSD.org> | 2003-10-26 09:12:06 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@FreeBSD.org> | 2003-10-26 09:12:06 +0000 |
commit | 8303f12166895c2257a541be7074d5a322f06e15 (patch) | |
tree | cde51a6b10c25d9620c8033d9de30fa175d70d3d /x11-fm | |
parent | 6865b7aee0f7d5b798c83ef7eb2f35061e896900 (diff) | |
download | ports-8303f12166895c2257a541be7074d5a322f06e15.tar.gz ports-8303f12166895c2257a541be7074d5a322f06e15.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/tkdesk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/tkdesk/Makefile b/x11-fm/tkdesk/Makefile index b1a5e49f727c..ceaced9f2340 100644 --- a/x11-fm/tkdesk/Makefile +++ b/x11-fm/tkdesk/Makefile @@ -16,7 +16,8 @@ MASTER_SITE_SUBDIR= X11/desktop MAINTAINER= spadger@best.com COMMENT= A graphical, highly configurable and powerful file manager -LIB_DEPENDS= itcl32:${PORTSDIR}/lang/itcl +LIB_DEPENDS= itcl32:${PORTSDIR}/lang/itcl \ + tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_GMAKE= YES GNU_CONFIGURE= YES |