diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-05 04:30:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-05 04:30:44 +0000 |
commit | 286b465b386690fcbef35f8ae9e67cbd6ed07f03 (patch) | |
tree | b07a9f9b71df3299fd2bc02aafa5b22e5113b3d7 /net/tkined | |
parent | 9880ff4648e0be4f4eb74fc6d3489bd508824ce8 (diff) | |
download | pkgsrc-286b465b386690fcbef35f8ae9e67cbd6ed07f03.tar.gz |
- Use -ltcl and -ltk instead of -ltcl83 and -ltk83, which are
version-dependent.
- Buildlink tcl-scotty.
- Enable pkgviews installation.
Diffstat (limited to 'net/tkined')
-rw-r--r-- | net/tkined/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/tkined/Makefile b/net/tkined/Makefile index 10707762a4a..442272b48f5 100644 --- a/net/tkined/Makefile +++ b/net/tkined/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/06/05 04:10:21 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2004/06/05 04:30:44 minskim Exp $ # DISTNAME= scotty-2.1.11 @@ -11,7 +11,7 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://wwwhome.cs.utwente.nl/~schoenw/scotty/ COMMENT= Graphical network discovery and monitoring tool based on scotty -DEPENDS+= tcl-scotty>=2.1.11:../../net/tcl-scotty +PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME}/unix USE_BUILDLINK3= yes @@ -27,6 +27,9 @@ DISTINFO_FILE= ${.CURDIR}/../../net/tcl-scotty/distinfo FILESDIR= ${.CURDIR}/../../net/tcl-scotty/files PATCHDIR= ${.CURDIR}/../../net/tcl-scotty/patches +INSTALLATION_DIRS= man/man1 + +.include "../../net/tcl-scotty/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" do-install: |