From 348e19e5a8dc2f853a4d7dd77cb31921c36c611f Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 7 Jun 2009 17:23:47 +0000 Subject: [PATCH] - convert to USE_TCL, USE_TK - fix build with custom LOCALBASE Reported by: QAT Tested by: ITetcu --- emulators/hfsutils/Makefile | 5 +++-- 1 file 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 \