diff options
author | grant <grant@pkgsrc.org> | 2003-09-18 08:26:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-18 08:26:32 +0000 |
commit | dd69ac528823d05ad0cf88ff7f1715fac1376742 (patch) | |
tree | 3a6c7b350c33b2d7e92d1cab70c7f84554ba9a94 /misc/brs | |
parent | a6dca68d635f213518ed8e4b0ef83ca911c99adf (diff) | |
download | pkgsrc-dd69ac528823d05ad0cf88ff7f1715fac1376742.tar.gz |
make this pkg use buildlink2 (no need for pkgrevision bump, as there
is no change to the binary pkg).
from the maintainer, Bryan Carter Vyhmeister in PR pkg/22841.
Diffstat (limited to 'misc/brs')
-rw-r--r-- | misc/brs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/brs/Makefile b/misc/brs/Makefile index 6a90b36a763..d2473e99b5a 100644 --- a/misc/brs/Makefile +++ b/misc/brs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/07/08 08:53:19 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2003/09/18 08:26:32 grant Exp $ DISTNAME= brs.4.00.l1 PKGNAME= brs-4.0 @@ -10,6 +10,8 @@ MAINTAINER= bcv@hub3.net HOMEPAGE= http://bible.theverge.com/brs.html COMMENT= Interactive King James Version Bible +USE_BUILDLINK2= YES + ALL_TARGET= .include "../../mk/bsd.pkg.mk" |