diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-03 13:09:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-03 13:09:20 +0000 |
commit | 75671b350626e4d519466512f33eddcf536e3ed8 (patch) | |
tree | 8f60148a72a146d69275e6509a509f759e0f2805 /security | |
parent | fccec72b75cbac18080fc98a5b0f5cfa1c72c917 (diff) | |
download | pkgsrc-75671b350626e4d519466512f33eddcf536e3ed8.tar.gz |
shuffle line for pkglint
Diffstat (limited to 'security')
-rw-r--r-- | security/aide/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index a35e1208e9b..822bb463863 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/05/20 16:44:27 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.4 2000/09/03 13:09:20 wiz Exp $ # DISTNAME= aide-0.6 @@ -9,8 +9,9 @@ MASTER_SITES= http://www.cs.tut.fi/~rammer/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html -GNU_CONFIGURE= yes BUILD_DEPENDS+= bison:../../devel/bison + +GNU_CONFIGURE= yes #don't set YACC so configure can correctly find bison YACC= |