diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-06 16:11:46 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-06 16:11:46 +0000 |
commit | aec696472829b070754c69178813248f1c68d7cb (patch) | |
tree | 8ac3c69835417d7b411ff9e69453b78f4ca165fc /net-mgmt/irrtoolset | |
parent | 92032f16ebc3e780c039561bab1a1e5db103d5ac (diff) |
Notes
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 d9b761c8a829..c091f28eb301 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 |