diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-05 10:44:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-05 10:44:06 +0000 |
commit | c1a353b91680779377a14a90bf99c36df2f8534c (patch) | |
tree | b14ed16758d1ea97c555dc1187c332b659875ed5 /sysutils | |
parent | fe5ee246fdcdfd6b2b6011574c7a34d8e79b6df5 (diff) | |
download | pkgsrc-c1a353b91680779377a14a90bf99c36df2f8534c.tar.gz |
Convert to bl3, untested.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lavaps/Makefile | 4 |
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" |