aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tk86
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-06 15:36:58 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-06 15:36:58 +0000
commit4aaccd87ee974cb18ff920f9a2192f17d5fe46b0 (patch)
tree13e0bac63e0726d8488cd409e0bb0b177391b2f4 /x11-toolkits/tk86
parent02f5523ed0be325ba074073d68079e8e7130f9fb (diff)
downloadports-4aaccd87ee974cb18ff920f9a2192f17d5fe46b0.tar.gz
ports-4aaccd87ee974cb18ff920f9a2192f17d5fe46b0.zip
- Complete my previous commit
Notes
Notes: svn path=/head/; revision=311775
Diffstat (limited to 'x11-toolkits/tk86')
-rw-r--r--x11-toolkits/tk86/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/tk86/Makefile b/x11-toolkits/tk86/Makefile
index aa8dbb5009b5..c1cf69ebd735 100644
--- a/x11-toolkits/tk86/Makefile
+++ b/x11-toolkits/tk86/Makefile
@@ -36,7 +36,8 @@ CONFIGURE_ARGS= --enable-shared \
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
-CFLAGS+= -I${TCL_INCLUDEDIR}
+CFLAGS+= -I${TCL_INCLUDEDIR} \
+ -I${LOCALBASE}/include
TK_VER= ${PORTVERSION:R}
SHORT_TK_VER= ${TK_VER:S/.//}