diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-01-29 04:59:15 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-01-29 04:59:15 +0800 |
commit | 516bdfb270c73af1ca75b4c83751446bee6c75ae (patch) | |
tree | 731a1cd78ffe97612650291312a4f00433b3b2e6 /security/pwauth/Makefile | |
parent | 01705654405ac93ccf5d0a203c6d14df1d70b250 (diff) | |
download | freebsd-ports-gnome-516bdfb270c73af1ca75b4c83751446bee6c75ae.tar.gz freebsd-ports-gnome-516bdfb270c73af1ca75b4c83751446bee6c75ae.tar.zst freebsd-ports-gnome-516bdfb270c73af1ca75b4c83751446bee6c75ae.zip |
- Added MASTER_SITE_GOOGLE_CODE
- Added BROKEN for 9.x until utmp.h issue is fixed
- Updated WWW: homepage
PR: ports/143187
Submitted by: Edmondas Girkantas <eg@fbsd.lt> (maintainer)
Diffstat (limited to 'security/pwauth/Makefile')
-rw-r--r-- | security/pwauth/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/pwauth/Makefile b/security/pwauth/Makefile index fed0f78e4b31..b49ba98b0339 100644 --- a/security/pwauth/Makefile +++ b/security/pwauth/Makefile @@ -8,7 +8,8 @@ PORTNAME= pwauth PORTVERSION= 2.3.7 CATEGORIES= security www -MASTER_SITES= http://www.unixpapa.com/software/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ + http://www.unixpapa.com/software/ MAINTAINER= eg@fbsd.lt COMMENT= A Unix Web Authenticator @@ -20,6 +21,10 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIB="-lcrypt -lpam" .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900006 +BROKEN= does not compile on 9.X +.endif + WWWUID!= ${ID} -u ${WWWOWN} MINUID?= 1000 |