aboutsummaryrefslogtreecommitdiff
path: root/security/pwauth/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2012-05-10 22:02:13 +0000
committerBeech Rintoul <beech@FreeBSD.org>2012-05-10 22:02:13 +0000
commit69cc692bfd0ec46c7ddf48761f5efd9e3b6628ba (patch)
treeae9f27269495eee249a6fc0e0c32a727b338c832 /security/pwauth/Makefile
parent0e6d930eef4f03284780f4202abcc27a0de83390 (diff)
Notes
Diffstat (limited to 'security/pwauth/Makefile')
-rw-r--r--security/pwauth/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pwauth/Makefile b/security/pwauth/Makefile
index b49ba98b0339..d24d7cc911fb 100644
--- a/security/pwauth/Makefile
+++ b/security/pwauth/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pwauth
-PORTVERSION= 2.3.7
+PORTVERSION= 2.3.10
CATEGORIES= security www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://www.unixpapa.com/software/
@@ -21,8 +21,8 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIB="-lcrypt -lpam"
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 900006
-BROKEN= does not compile on 9.X
+.if ${OSVERSION} >= 900007
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-utmpx
.endif
WWWUID!= ${ID} -u ${WWWOWN}