diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-11 15:31:19 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-11 15:31:19 +0800 |
commit | fb871366a613596932355fd47c42b292b5a149d7 (patch) | |
tree | 482dbb04318489f513b9d3d01bec04ba906e32ba /net/ttt | |
parent | bf42276f6d95a40f6edfd37248112b4d45ff12b4 (diff) | |
download | freebsd-ports-gnome-fb871366a613596932355fd47c42b292b5a149d7.tar.gz freebsd-ports-gnome-fb871366a613596932355fd47c42b292b5a149d7.tar.zst freebsd-ports-gnome-fb871366a613596932355fd47c42b292b5a149d7.zip |
- Respect X11BASE
Reported by: pointyhat
Approved by: portmgr (linimon)
Diffstat (limited to 'net/ttt')
-rw-r--r-- | net/ttt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 2b5095a5d508..e468702c4d35 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -17,7 +17,9 @@ LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \ - --with-tk=${LOCALBASE}/lib/tk8.4 + --with-tk=${LOCALBASE}/lib/tk8.4 \ + --x-libraries=${X11BASE}/lib \ + --x-includes=${X11BASE}/include INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 |