diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-20 00:42:50 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-20 00:42:50 +0800 |
commit | f3f1c81f06897b4c2134778a98096cc1ec1f7106 (patch) | |
tree | a260418dee9c82029d274fb185be402ca8638eef /devel/sourcenav | |
parent | 1fe099b948de64407d00bd192539ff18fa5d7cf2 (diff) | |
download | freebsd-ports-gnome-f3f1c81f06897b4c2134778a98096cc1ec1f7106.tar.gz freebsd-ports-gnome-f3f1c81f06897b4c2134778a98096cc1ec1f7106.tar.zst freebsd-ports-gnome-f3f1c81f06897b4c2134778a98096cc1ec1f7106.zip |
- Update Tcl/Tk dependenceis to 8.4
- Remove useless USE_XLIB variable
- Adopt maintainship
Approved by: miwi (mentor)
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 |