1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Respect X11BASE

Approved by:	portmgr (linimon)
This commit is contained in:
Rong-En Fan 2006-12-11 09:13:21 +00:00
parent 3853a7866b
commit ab329e8ab0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179480

View File

@ -3,7 +3,7 @@ LIB= tk${VERSION}
TK_LIBRARY= ${PREFIX}/lib/tk${VERSION}
CFLAGS+= -I. -I./../generic -I../bitmaps \
-I${PREFIX}/include/tcl7.6jp \
-I/usr/X11R6/include \
-I$(X11BASE)/include \
-DKANJI -DKINPUT2 \
-DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 \
-DTK_LIBRARY=\"${TK_LIBRARY}\"