diff options
author | cy <cy@FreeBSD.org> | 2009-05-08 21:38:31 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2009-05-08 21:38:31 +0800 |
commit | c85fa01f91d9570b1f7b256156fb9084d4db3a70 (patch) | |
tree | 0b07004fd228f9d299141228c953333bd435e26f | |
parent | 49cbd751f78ab93b2d17520dba61635f36163ed5 (diff) | |
download | freebsd-ports-gnome-c85fa01f91d9570b1f7b256156fb9084d4db3a70.tar.gz freebsd-ports-gnome-c85fa01f91d9570b1f7b256156fb9084d4db3a70.tar.zst freebsd-ports-gnome-c85fa01f91d9570b1f7b256156fb9084d4db3a70.zip |
Make IGNORE message more relevant.
-rw-r--r-- | security/pam_krb5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index a108fc7a2068..db3ab9395168 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -23,7 +23,7 @@ USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes -IGNORE= FreeBSD 5.x already ships with its own version of pam_krb5 +IGNORE= FreeBSD 5.x and above already ships with its own version of pam_krb5 .if defined(PACKAGE_BUILDING) KRB5_IMPL= mit |