diff options
author | rh <rh@pkgsrc.org> | 2000-11-28 13:39:17 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-11-28 13:39:17 +0000 |
commit | f74a2be75a7bf7efd2df07afc0f3cbc22a5c252f (patch) | |
tree | 40cbd065cabddf3237962f71aee7ea34f268003b /security | |
parent | beedb18aecb639673277f8a7b04a57d3b1deb850 (diff) | |
download | pkgsrc-f74a2be75a7bf7efd2df07afc0f3cbc22a5c252f.tar.gz |
Require bison to build.
Diffstat (limited to 'security')
-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 |