diff options
author | rh <rh> | 2000-11-28 13:39:17 +0000 |
---|---|---|
committer | rh <rh> | 2000-11-28 13:39:17 +0000 |
commit | 43cc88965062f68549266d5ec752b81070eeacb0 (patch) | |
tree | 40cbd065cabddf3237962f71aee7ea34f268003b /security/PAM | |
parent | 9f908af4c0cb921446f28112cbfd89457f29e0ba (diff) | |
download | pkgsrc-43cc88965062f68549266d5ec752b81070eeacb0.tar.gz |
Require bison to build.
Diffstat (limited to 'security/PAM')
-rw-r--r-- | security/PAM/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile index b78ef3b74ef..ee755f20406 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/21 18:41:54 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/28 13:39:17 rh Exp $ # DISTNAME= Linux-${PKGNAME} @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.kernel.org/pub/linux/libs/pam/pre/library/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.kernel.org/pub/linux/libs/pam/ +BUILD_DEPENDS+= bison:../../devel/bison DEPENDS+= libcrack-*:../../security/libcrack USE_GMAKE= YES |