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 /devel/sourcenav | |
parent | e32de66b3cac6a0680c1a7e2a522c7d1732aabb3 (diff) |
- Fix buid
Submitted by: pavbot
Notes
Notes:
svn path=/head/; revision=209558
Diffstat (limited to 'devel/sourcenav')
-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 |