From f3f1c81f06897b4c2134778a98096cc1ec1f7106 Mon Sep 17 00:00:00 2001 From: gahr Date: Wed, 19 Mar 2008 16:42:50 +0000 Subject: - Update Tcl/Tk dependenceis to 8.4 - Remove useless USE_XLIB variable - Adopt maintainship Approved by: miwi (mentor) --- devel/sourcenav/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'devel/sourcenav') 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 -- cgit