diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 01:04:55 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 01:04:55 +0000 |
commit | c54010f43433d6a46ee3d2484b4d98dbcecb24c0 (patch) | |
tree | c200c20995b53ca07f9f89992ecdeaf583596751 /security/pam_smb | |
parent | 147fdee482ca1a335dcd09608f3b820a1dad2b40 (diff) |
Notes
Diffstat (limited to 'security/pam_smb')
-rw-r--r-- | security/pam_smb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam_smb/Makefile b/security/pam_smb/Makefile index 04cbe5040d0a..267bc119145b 100644 --- a/security/pam_smb/Makefile +++ b/security/pam_smb/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= ports@FreeBSD.org COMMENT= NetBIOS domain logon PAM module -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes HAS_CONFIGURE= yes USE_GMAKE= yes USE_PERL5= yes |