diff options
Diffstat (limited to 'security/pam-mysql/Makefile')
-rw-r--r-- | security/pam-mysql/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index 48e3425..e38a9e7 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pam_mysql -PORTVERSION= 0.4.7 +PORTVERSION= 0.5 CATEGORIES= security databases MASTER_SITES= http://download.sourceforge.net/pam-mysql/ \ http://atreides.freenix.no/~anders/ @@ -22,10 +22,6 @@ 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 |