diff options
author | jlam <jlam> | 2004-03-23 04:40:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-03-23 04:40:59 +0000 |
commit | 70655c85b2536d9dfd095ba2b50eb3bbfc6fb453 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /security/pam-smbpass/Makefile | |
parent | 751036b69c7d3a3afbe83af9f9c8088ae182a56d (diff) | |
download | pkgsrc-70655c85b2536d9dfd095ba2b50eb3bbfc6fb453.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'security/pam-smbpass/Makefile')
-rw-r--r-- | security/pam-smbpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-smbpass/Makefile b/security/pam-smbpass/Makefile index 3e3d7711e8d..247f3f11d87 100644 --- a/security/pam-smbpass/Makefile +++ b/security/pam-smbpass/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/12 07:59:28 martti Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/23 04:41:01 jlam Exp $ .include "../../net/samba2/Makefile.common" @@ -12,7 +12,7 @@ CONFLICTS+= samba>=3.0 DEPENDS+= {samba>=2.0,ja-samba>=2.0}:../../net/samba -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes CONFIGURE_ARGS+= --with-pam ALL_TARGET= pam_smbpass |