diff options
author | anders <anders@FreeBSD.org> | 2002-04-11 06:28:01 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-04-11 06:28:01 +0800 |
commit | a89ca58b7f91d356adaa6d24f6a9237c67eb57a0 (patch) | |
tree | a6fc7f2019c41a881e97f2ff4476eadae21cb05e /security/pam-mysql | |
parent | 6a98bc15e88d0687cb3639d1d0d7a1f571bcb2aa (diff) | |
download | freebsd-ports-gnome-a89ca58b7f91d356adaa6d24f6a9237c67eb57a0.tar.gz freebsd-ports-gnome-a89ca58b7f91d356adaa6d24f6a9237c67eb57a0.tar.zst freebsd-ports-gnome-a89ca58b7f91d356adaa6d24f6a9237c67eb57a0.zip |
Mark as broken for -current with OpenPAM. Does not work yet.
Diffstat (limited to 'security/pam-mysql')
-rw-r--r-- | security/pam-mysql/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index 8eaf18107219..ea0fe1a64fae 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -19,6 +19,12 @@ USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} +.include <bsd.port.pre.mk> + +.if !exists(/usr/include/security/_pam_types.h) && ${OSVERSION} >= 500031 +BROKEN= "Does not work with OpenPAM (yet)" +.endif + post-patch: @cd ${WRKSRC} && ${GMAKE} clean @@ -40,4 +46,4 @@ post-install: @${ECHO} "for info on how to set up." @${ECHO} "================================================================================" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |