Mon May 2 04:01:41 2016 UTC ()
Bump PKGREVISION to 9 for patch. (patches live in net/tcl-scotty)
PR 50244.


(dholland)
diff -r1.30 -r1.31 pkgsrc/net/tkined/Makefile

cvs diff -r1.30 -r1.31 pkgsrc/net/tkined/Makefile (expand / switch to unified diff)

--- pkgsrc/net/tkined/Makefile 2016/05/02 03:55:43 1.30
+++ pkgsrc/net/tkined/Makefile 2016/05/02 04:01:41 1.31
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.30 2016/05/02 03:55:43 dholland Exp $ 1# $NetBSD: Makefile,v 1.31 2016/05/02 04:01:41 dholland Exp $
2# 2#
3 3
4DISTNAME= scotty-2.1.11 4DISTNAME= scotty-2.1.11
5PKGNAME= tkined-1.4.11 5PKGNAME= tkined-1.4.11
6PKGREVISION= 8 6PKGREVISION= 9
7CATEGORIES= net tcl tk 7CATEGORIES= net tcl tk
8MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ 8MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.ibr.cs.tu-bs.de/projects/nm/tkined/welcome.html.orig 11HOMEPAGE= http://www.ibr.cs.tu-bs.de/projects/nm/tkined/welcome.html.orig
12COMMENT= Graphical network discovery and monitoring tool based on scotty 12COMMENT= Graphical network discovery and monitoring tool based on scotty
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15CONFIGURE_ARGS+=--with-tcl-config=${BUILDLINK_PREFIX.tcl}/lib \ 15CONFIGURE_ARGS+=--with-tcl-config=${BUILDLINK_PREFIX.tcl}/lib \
16 --with-tk-config=${BUILDLINK_PREFIX.tk}/lib \ 16 --with-tk-config=${BUILDLINK_PREFIX.tk}/lib \
17 --enable-multicast --enable-gdmo 17 --enable-multicast --enable-gdmo
18CONFIGURE_ENV+= TARGET=tkined 18CONFIGURE_ENV+= TARGET=tkined
19 19