diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-12-03 02:55:48 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-12-03 02:55:48 +0000 |
commit | b0846be39d141321efa7e29f0d0043635f0262b0 (patch) | |
tree | f58828cfec393caa07c2c6290342ffabe4855702 /x11-toolkits/tkdnd | |
parent | 5480ffd45d36804de804b97ac8d9767491f582e1 (diff) | |
download | ports-b0846be39d141321efa7e29f0d0043635f0262b0.tar.gz ports-b0846be39d141321efa7e29f0d0043635f0262b0.zip |
Notes
Diffstat (limited to 'x11-toolkits/tkdnd')
-rw-r--r-- | x11-toolkits/tkdnd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/tkdnd/Makefile b/x11-toolkits/tkdnd/Makefile index 2d55e16d37af..2c5351a8b3b1 100644 --- a/x11-toolkits/tkdnd/Makefile +++ b/x11-toolkits/tkdnd/Makefile @@ -21,6 +21,7 @@ USE_BZIP2= yes USE_TK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR} \ + --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include \ --with-tclinclude=${TCL_INCLUDEDIR} --with-tkinclude=${TK_INCLUDEDIR} --enable-shared CPPFLAGS= -I${TK_INCLUDEDIR}/generic -I${TCL_INCLUDEDIR}/generic CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" |