- convert to USE_TCL, USE_TK
- fix build with custom LOCALBASE Reported by: QAT Tested by: ITetcu
This commit is contained in:
parent
e73a4b1817
commit
348e19e5a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235364
1 changed files with 3 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue