summaryrefslogtreecommitdiff
path: root/security/PAM
diff options
context:
space:
mode:
authorrh <rh>2000-11-28 13:39:17 +0000
committerrh <rh>2000-11-28 13:39:17 +0000
commit5b586ea7587852335ce5eeaad4b06b1afe9b0986 (patch)
tree40cbd065cabddf3237962f71aee7ea34f268003b /security/PAM
parent4ed36af24794ec79ae2e415811032455dae5e2f9 (diff)
downloadpkgsrc-5b586ea7587852335ce5eeaad4b06b1afe9b0986.tar.gz
Require bison to build.
Diffstat (limited to 'security/PAM')
-rw-r--r--security/PAM/Makefile3
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