aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-20 22:27:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-20 22:27:05 +0000
commit89b628bc8ea6a11f6021fff1b5fdb1ff30b81d0d (patch)
tree90074ba47903ee720378e7ff23c736444c1dfad6 /misc
parentdba0752a128a04a6e3f441546a43c2a9247bc690 (diff)
downloadports-89b628bc8ea6a11f6021fff1b5fdb1ff30b81d0d.tar.gz
ports-89b628bc8ea6a11f6021fff1b5fdb1ff30b81d0d.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/goblin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/goblin/Makefile b/misc/goblin/Makefile
index d7301ac1ff6c..0bfb1049ca30 100644
--- a/misc/goblin/Makefile
+++ b/misc/goblin/Makefile
@@ -34,7 +34,7 @@ ALL_TARGET= all goblin.a glpk.a
PLIST_SUB+= VERSION=${PORTVERSION:R}
CFLAGS+= -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/ \
- ${PTHREAD_CFLAGS}
+ ${PTHREAD_CFLAGS} -I${LOCALBASE}/include/tk8.3
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
WISH= ${LOCALBASE}/bin/wish8.3