diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-03 01:03:01 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-03 01:03:01 +0800 |
commit | fa0fc5ce489ef59af9ae8377486ffe3d83b8dc32 (patch) | |
tree | b622ed0714499ac393e3007609749c9cf78fc561 /x11-toolkits/p5-Tk-TableMatrix | |
parent | 6869d0971a5f6fce1b6554bde4419b58b2df1e7b (diff) | |
download | freebsd-ports-gnome-fa0fc5ce489ef59af9ae8377486ffe3d83b8dc32.tar.gz freebsd-ports-gnome-fa0fc5ce489ef59af9ae8377486ffe3d83b8dc32.tar.zst freebsd-ports-gnome-fa0fc5ce489ef59af9ae8377486ffe3d83b8dc32.zip |
- Respect X11BASE
Reported by: pointyhat
Diffstat (limited to 'x11-toolkits/p5-Tk-TableMatrix')
-rw-r--r-- | x11-toolkits/p5-Tk-TableMatrix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Tk-TableMatrix/Makefile b/x11-toolkits/p5-Tk-TableMatrix/Makefile index f5ea22711539..03bc1a39df54 100644 --- a/x11-toolkits/p5-Tk-TableMatrix/Makefile +++ b/x11-toolkits/p5-Tk-TableMatrix/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +CONFIGURE_ARGS= X11LIB=${X11BASE}/lib X11INC=${X11BASE}/include MAN3= Tk::TableMatrix.3 \ Tk::TableMatrix::Spreadsheet.3 \ |