diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-27 14:04:53 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-27 14:04:53 +0000 |
commit | d31439ac31bfc1abd9bb7725201fb296d869cc59 (patch) | |
tree | 035d599793e5d93455394406dd553eeb1dba5fd3 /mail/tkrat2 | |
parent | eb30af4699f4801fdbe53ab95f0596918bd50bff (diff) | |
download | ports-d31439ac31bfc1abd9bb7725201fb296d869cc59.tar.gz ports-d31439ac31bfc1abd9bb7725201fb296d869cc59.zip |
Notes
Diffstat (limited to 'mail/tkrat2')
-rw-r--r-- | mail/tkrat2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index 34b098f00d38..86f3209e2b1c 100644 --- a/mail/tkrat2/Makefile +++ b/mail/tkrat2/Makefile @@ -21,7 +21,10 @@ LIB_DEPENDS= tcl82:${PORTSDIR}/lang/tcl82 \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.2 \ - --with-tk-config=${PREFIX}/lib/tk8.2 + --with-tk-config=${PREFIX}/lib/tk8.2 \ + --with-tcl-include=${PREFIX}/include/tcl8.2 \ + --with-tk-include=${PREFIX}/include/tk8.2 + DOCFILES= CONFIGURATION COPYRIGHT README doc/interface doc/userprocs \ doc/userproc.example |