diff options
author | Kenjiro Cho <kjc@FreeBSD.org> | 2003-10-20 04:58:06 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@FreeBSD.org> | 2003-10-20 04:58:06 +0000 |
commit | 62b84343bbe1bcd0c15760e2f49851a2e452ef8c (patch) | |
tree | 924b9bea978495c5cbc7b69178da89e5025b57b1 /x11-fm/tkdesk | |
parent | 24830960a1793fb80dadba9940619df57e20ac81 (diff) |
Notes
Diffstat (limited to 'x11-fm/tkdesk')
-rw-r--r-- | x11-fm/tkdesk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-fm/tkdesk/Makefile b/x11-fm/tkdesk/Makefile index 5e0fd7b2ae13..b1a5e49f727c 100644 --- a/x11-fm/tkdesk/Makefile +++ b/x11-fm/tkdesk/Makefile @@ -16,15 +16,13 @@ MASTER_SITE_SUBDIR= X11/desktop MAINTAINER= spadger@best.com COMMENT= A graphical, highly configurable and powerful file manager -LIB_DEPENDS= itcl32:${PORTSDIR}/lang/itcl \ - BLT24.2:${PORTSDIR}/x11-toolkits/blt +LIB_DEPENDS= itcl32:${PORTSDIR}/lang/itcl USE_GMAKE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-tcl=${LOCALBASE}/lib/tcl8.3 CONFIGURE_ARGS+= --with-tk=${LOCALBASE}/lib/tk8.3 CONFIGURE_ARGS+= --with-itcl=${LOCALBASE}/lib/itcl3.2 -CONFIGURE_ARGS+= --with-blt=${LOCALBASE}/lib MAN1= tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1 |