diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-21 06:27:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-21 06:27:05 +0800 |
commit | 4626acfc5363a272f7eda781d74a4f5da88c328b (patch) | |
tree | b5e8fa729fe3d7beff7dca148d39cef3455c24e9 /math/goblin | |
parent | 30311e04e681a89c73464c2f471a24fddbf13e22 (diff) | |
download | freebsd-ports-gnome-4626acfc5363a272f7eda781d74a4f5da88c328b.tar.gz freebsd-ports-gnome-4626acfc5363a272f7eda781d74a4f5da88c328b.tar.zst freebsd-ports-gnome-4626acfc5363a272f7eda781d74a4f5da88c328b.zip |
- Fix build after xorg cleanup
Submitted by: pointyhat
Diffstat (limited to 'math/goblin')
-rw-r--r-- | math/goblin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/goblin/Makefile b/math/goblin/Makefile index d7301ac1ff6c..0bfb1049ca30 100644 --- a/math/goblin/Makefile +++ b/math/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 |