1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix build on FreeBSD 5.X

Submitted by:	bjoen koenig (Maintainer)
This commit is contained in:
Martin Wilke 2007-10-30 09:43:22 +00:00
parent 9ee9088014
commit 78a02b5bea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202416

View File

@ -40,6 +40,7 @@ NOT_FOR_ARCHS= amd64 ia64 sparc64
CONFIGURE_ARGS= --prefix="${WRKDIR}" \
--disable-absolute-pathes \
--disable-locallinks \
--with-tcl-lib="-L${LOCALBASE}/lib -ltcl${TCL_VER:S/.//}" \
--with-tcl-incl="-I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} -I${X11BASE}/include" \
--with-tk-lib="-ltk${TK_VER:S/.//}" \