diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-06 16:11:46 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-06 16:11:46 +0000 |
commit | 71fa453d9ff7cc807043cd956fe1d160b2d895f2 (patch) | |
tree | 45d142e7911a5fe85915b9f2a447ec74cc3a99bb /net-mgmt/irrtoolset | |
parent | d99ea793cba22ccba23d677214133ed2fce5a341 (diff) | |
download | FreeBSD-ports-71fa453d9ff7cc807043cd956fe1d160b2d895f2.zip FreeBSD-ports-71fa453d9ff7cc807043cd956fe1d160b2d895f2.tar.gz |
- Respect X11BASE
Approved by: portmgr (linimon)
Diffstat (limited to 'net-mgmt/irrtoolset')
-rw-r--r-- | net-mgmt/irrtoolset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile index d9b761c..c091f28 100644 --- a/net-mgmt/irrtoolset/Makefile +++ b/net-mgmt/irrtoolset/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.3:${PREFIX}/include/tk TCL_LIBRARY=${PREFIX}/lib/tcl8.3 \ TK_LIBRARY=${PREFIX}/lib/tk8.3 \ LD_TCL_TK_LIBS="-ltk83 -ltcl83" +CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include MAN1= CIDRAdvisor.1 Errors.1 RtConfig.1 aoe.1 peval.1 prpath.1 \ prtraceroute.1 roe.1 rpslcheck.1 |