diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 21:29:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 21:29:43 +0000 |
commit | e1be2ee90d293d6594d402532b1dc22bcb056fbb (patch) | |
tree | b426da9d7928991a8053aff8478927a2c3bbe079 | |
parent | Fix Plist (diff) |
- Fix buid
Submitted by: pavbot
-rw-r--r-- | devel/sourcenav/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/sourcenav/Makefile b/devel/sourcenav/Makefile index 48c6f196c8f1..102187e9a86b 100644 --- a/devel/sourcenav/Makefile +++ b/devel/sourcenav/Makefile @@ -21,10 +21,11 @@ PREFIX?= ${LOCALBASE}/${PORTNAME} .endif USE_BISON= build USE_GMAKE= yes +USE_XORG= x11 xext xpm GNU_CONFIGURE= yes NO_MTREE= yes -USE_TCL= 84 -USE_TK= 84 +USE_TCL= 83 +USE_TK= 83 SUB_FILES= pkg-message |