diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-06 23:36:58 +0800 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-06 23:36:58 +0800 |
commit | 4aaccd87ee974cb18ff920f9a2192f17d5fe46b0 (patch) | |
tree | 13e0bac63e0726d8488cd409e0bb0b177391b2f4 /x11-toolkits | |
parent | 02f5523ed0be325ba074073d68079e8e7130f9fb (diff) | |
download | freebsd-ports-gnome-4aaccd87ee974cb18ff920f9a2192f17d5fe46b0.tar.gz freebsd-ports-gnome-4aaccd87ee974cb18ff920f9a2192f17d5fe46b0.tar.zst freebsd-ports-gnome-4aaccd87ee974cb18ff920f9a2192f17d5fe46b0.zip |
- Complete my previous commit
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk86/Makefile | 3 |
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/.//} |