svn commit: r318971 - head/security/pam_alreadyloggedin

Niclas Zeising zeising at freebsd.org
Fri May 24 14:06:14 UTC 2013


On 2013-05-24 16:02, Baptiste Daroussin wrote:
> Author: bapt
> Date: Fri May 24 14:02:52 2013
> New Revision: 318971
> URL: http://svnweb.freebsd.org/changeset/ports/318971
> 
> Log:
>   Fix typo
> 
> Modified:
>   head/security/pam_alreadyloggedin/Makefile
> 
> Modified: head/security/pam_alreadyloggedin/Makefile
> ==============================================================================
> --- head/security/pam_alreadyloggedin/Makefile	Fri May 24 13:59:29 2013	(r318970)
> +++ head/security/pam_alreadyloggedin/Makefile	Fri May 24 14:02:52 2013	(r318971)
> @@ -16,7 +16,7 @@ MANCOMPRESSED=	yes
>  
>  .include <bsd.port.pre.mk>
>  
> -.if ${OSVERSION} => 900007
> +.if ${OSVERSION} >= 900007
>  BROKEN=		Does not build with utmpx.
>  .endif
>  
> 


Thanks, and sorry about that.
Regards!
-- 
Niclas


More information about the svn-ports-all mailing list