diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/tkined | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/tkined')
-rw-r--r-- | net/tkined/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tkined/Makefile b/net/tkined/Makefile index a248261e65c..b88608c9515 100644 --- a/net/tkined/Makefile +++ b/net/tkined/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2003/12/18 09:52:32 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:22:22 agc Exp $ # DISTNAME= scotty-2.1.11 PKGNAME= tkined-1.4.11 -WRKSRC= ${WRKDIR}/${DISTNAME}/unix CATEGORIES= net tcl tk MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ @@ -14,6 +13,7 @@ COMMENT= Graphical network discovery and monitoring tool based on scotty DEPENDS+= tk>=8.3.2:../../x11/tk DEPENDS+= tcl-scotty>=2.1.11:../../net/tcl-scotty +WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib --enable-multicast \ --enable-gdmo --with-tk-config=${PREFIX}/lib |