diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-08 01:26:08 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-08 01:26:08 +0800 |
commit | a97716cd1d710f47fc13dae5030a5859b6c6e1f6 (patch) | |
tree | be0e24eba547bd7969bc41d842c77e468362bbf5 | |
parent | 0dc3ece58eefad5efdbd1265822e76b3770b10fe (diff) | |
download | freebsd-ports-gnome-a97716cd1d710f47fc13dae5030a5859b6c6e1f6.tar.gz freebsd-ports-gnome-a97716cd1d710f47fc13dae5030a5859b6c6e1f6.tar.zst freebsd-ports-gnome-a97716cd1d710f47fc13dae5030a5859b6c6e1f6.zip |
Allow staging as a regular user
-rw-r--r-- | security/pam_pwdfile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/pam_pwdfile/Makefile b/security/pam_pwdfile/Makefile index c1f5eab4a40a..bb2f85e022b8 100644 --- a/security/pam_pwdfile/Makefile +++ b/security/pam_pwdfile/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= http://cpbotha.net/files/pam_pwdfile/ MAINTAINER= mschout@gkg.net COMMENT= Pam module for authenticating with flat passwd files +USES= uidfix MAKEFILE= ${FILESDIR}/Makefile.bsd PLIST_FILES= lib/pam_pwdfile.so |