diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-19 16:42:50 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-19 16:42:50 +0000 |
commit | b641f21b7daaf1cf0c5631de8793b1a61a8a11f5 (patch) | |
tree | f66301d1871240ca2665ecfa401902affa0cdee2 /devel/sourcenav | |
parent | f4359488f185561eeeb48e158cec9276c598c946 (diff) |
Notes
Diffstat (limited to 'devel/sourcenav')
-rw-r--r-- | devel/sourcenav/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/sourcenav/Makefile b/devel/sourcenav/Makefile index e9f32d4a672b..48c6f196c8f1 100644 --- a/devel/sourcenav/Makefile +++ b/devel/sourcenav/Makefile @@ -7,16 +7,13 @@ PORTNAME= sourcenav PORTVERSION= 5.1.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gahr@FreeBSD.org COMMENT= Source code analysis tool -LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 \ - tk83.1:${PORTSDIR}/x11-toolkits/tk83 - .if defined(PREFIX) PREFIX:= ${PREFIX}/${PORTNAME} .else @@ -24,9 +21,10 @@ PREFIX?= ${LOCALBASE}/${PORTNAME} .endif USE_BISON= build USE_GMAKE= yes -USE_XLIB= yes GNU_CONFIGURE= yes NO_MTREE= yes +USE_TCL= 84 +USE_TK= 84 SUB_FILES= pkg-message |