aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-06-08 01:23:47 +0800
committerdinoex <dinoex@FreeBSD.org>2009-06-08 01:23:47 +0800
commit6cc3b3b1a0631c65770912ab4aa980b5efea9c31 (patch)
tree710e0970da2db29a4f46f18fcf0a54c875ee5a74 /emulators
parentd3c715763591cc2c87e66ea9127305a4b72b9b58 (diff)
downloadfreebsd-ports-gnome-6cc3b3b1a0631c65770912ab4aa980b5efea9c31.tar.gz
freebsd-ports-gnome-6cc3b3b1a0631c65770912ab4aa980b5efea9c31.tar.zst
freebsd-ports-gnome-6cc3b3b1a0631c65770912ab4aa980b5efea9c31.zip
- convert to USE_TCL, USE_TK
- fix build with custom LOCALBASE Reported by: QAT Tested by: ITetcu
Diffstat (limited to 'emulators')
-rw-r--r--emulators/hfsutils/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile
index 3336a5102bd0..e1e45d56dcb0 100644
--- a/emulators/hfsutils/Makefile
+++ b/emulators/hfsutils/Makefile
@@ -16,10 +16,11 @@ COMMENT= Yet Another HFS Utility
CONFLICTS= hfs-[0-9]*
-LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
+USE_TCL= 84
+USE_TK= 84
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcl --with-tk
+CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR}
MAN1= hattrib.1 \
hcd.1 \