diff options
author | pav <pav@FreeBSD.org> | 2012-02-13 04:24:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-02-13 04:24:07 +0800 |
commit | c284a8110011378f712bb1773aab7077904e7b8a (patch) | |
tree | 1fa2216018ecaa5171e2190bdd0bc1f1128a85b4 | |
parent | b1679e3802057ae6df42ea377cc74effd7122294 (diff) | |
download | freebsd-ports-gnome-c284a8110011378f712bb1773aab7077904e7b8a.tar.gz freebsd-ports-gnome-c284a8110011378f712bb1773aab7077904e7b8a.tar.zst freebsd-ports-gnome-c284a8110011378f712bb1773aab7077904e7b8a.zip |
- Mark BROKEN immediately: this port deletes /dev/null during compilation
Reported by: pointyhat
-rw-r--r-- | security/pam_google_authenticator/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/pam_google_authenticator/Makefile b/security/pam_google_authenticator/Makefile index 5a219009fe48..3e0f172b4d32 100644 --- a/security/pam_google_authenticator/Makefile +++ b/security/pam_google_authenticator/Makefile @@ -16,6 +16,8 @@ COMMENT= PAM module for two-step authentication from Google LICENSE= AL2 +BROKEN= deletes /dev/null + USE_GMAKE= yes PLIST_FILES= bin/google-authenticator lib/pam_google_authenticator.so |