diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 22:23:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 22:23:25 +0000 |
commit | d894e365fe83a695850869cd43b9ff91d9c2323a (patch) | |
tree | 7a18870cedbd144cff76a826ef41b266e5dc5835 /www/mod_auth_pam | |
parent | 92de6ccebceda884546e94d61280d86bf0d94eec (diff) |
Notes
Diffstat (limited to 'www/mod_auth_pam')
-rw-r--r-- | www/mod_auth_pam/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/mod_auth_pam/Makefile b/www/mod_auth_pam/Makefile index 0e5a7b4ad5b0..74163f342e70 100644 --- a/www/mod_auth_pam/Makefile +++ b/www/mod_auth_pam/Makefile @@ -19,6 +19,12 @@ RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 APXS?= ${LOCALBASE}/sbin/apxs +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + do-build: @cd ${WRKSRC} && \ ${APXS} -c -lpam mod_auth_pam.c @@ -35,4 +41,4 @@ do-install: .endif ${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |