diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-05 10:42:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-05 10:42:47 +0000 |
commit | 3e3b7b39d07e05f9e683c408be7bba7ac2e7c7e3 (patch) | |
tree | f98a05203ac82423f733be8609b039499e32265c /sysutils/atitvout | |
parent | c3469dfc079660972d28c943644e3ed6cf2202fa (diff) | |
download | pkgsrc-3e3b7b39d07e05f9e683c408be7bba7ac2e7c7e3.tar.gz |
Convert to bl3, untested.
Diffstat (limited to 'sysutils/atitvout')
-rw-r--r-- | sysutils/atitvout/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/atitvout/Makefile b/sysutils/atitvout/Makefile index 81a5509a8a3..b6e9602299f 100644 --- a/sysutils/atitvout/Makefile +++ b/sysutils/atitvout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/12/18 13:18:13 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2005/04/05 10:42:47 wiz Exp $ DISTNAME= atitvout-0.4 PKGREVISION= 1 @@ -17,7 +17,7 @@ USE_CONFIGURE= YES .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -DEPENDS+= lrmi>=0.8nb1:../../emulators/lrmi +.include "../../emulators/lrmi/buildlink3.mk" MAKEFILE= Makefile.bsd |