summaryrefslogtreecommitdiff
path: root/sysutils/lavaps
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-05 10:44:06 +0000
committerwiz <wiz>2005-04-05 10:44:06 +0000
commit15411d898f09534f0cefadef37afa0d40e0bfb8e (patch)
treeb14ed16758d1ea97c555dc1187c332b659875ed5 /sysutils/lavaps
parent99ec34ec1021d65db2e3ab140e9f9e8b3b9f7ed0 (diff)
downloadpkgsrc-15411d898f09534f0cefadef37afa0d40e0bfb8e.tar.gz
Convert to bl3, untested.
Diffstat (limited to 'sysutils/lavaps')
-rw-r--r--sysutils/lavaps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile
index a2587365cdf..16cad619467 100644
--- a/sysutils/lavaps/Makefile
+++ b/sysutils/lavaps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/02/21 20:26:14 hubertf Exp $
+# $NetBSD: Makefile,v 1.19 2005/04/05 10:44:06 wiz Exp $
#
DISTNAME= lavaps-1.20
@@ -10,7 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/
COMMENT= Lava lamp of currently running processes
-DEPENDS+= tk>=8.3.2:../../x11/tk83
USE_PERL5= build
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
@@ -21,4 +20,5 @@ CONFIGURE_ARGS= --with-additional-includes='-I${LOCALBASE}/include' \
--with-tcl-ver=8.3.2 --with-tk-ver=8.3.2 \
--with-tcltk-lib-suffix-type=nodot
+.include "../../x11/tk83/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"