diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 03:02:53 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 03:02:53 +0000 |
commit | 84475a38153c81c41900250effdd3669d0627793 (patch) | |
tree | b345e7caa766c6cd705e7eb7e9c8eae60e1aeb2b /security | |
parent | f0872fe0d89c847b3f3c471ab982f4547bc28e5b (diff) | |
download | pkgsrc-84475a38153c81c41900250effdd3669d0627793.tar.gz |
Convert to buildlink3 and make pkglint happy.
Diffstat (limited to 'security')
-rw-r--r-- | security/bitstir/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/bitstir/Makefile b/security/bitstir/Makefile index 7570af3fa51..116c34ca7cd 100644 --- a/security/bitstir/Makefile +++ b/security/bitstir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/09/01 10:13:12 cjep Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/25 03:02:53 snj Exp $ # DISTNAME= bitstir-0.2 @@ -7,10 +7,9 @@ MASTER_SITES= http://www.wiredyne.com/software/downloads/ MAINTAINER= pdh@wiredyne.com HOMEPAGE= http://www.wiredyne.com/software/bitstir.html - COMMENT= Entropy restoration daemon -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes ONLY_FOR_PLATFORM= NetBSD-*-* |