- Fix logic for depending on gperf

Pointed out by:	gjb
This commit is contained in:
Steve Wills 2012-08-14 14:46:58 +00:00
parent 409ca677e3
commit 4c0015c0c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302522

View file

@ -7,6 +7,7 @@
PORTNAME= mod_pagespeed
PORTVERSION= 0.10.22.4
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
@ -68,7 +69,7 @@ GYP_DEFINES+= \
#GYP_DEFINES+= clang=1
#.endif
.if ${OSVERSION} < 802517 || ${OSVERSION} < 900502
.if ${OSVERSION} < 802517 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900502)
EXTRA_PATCHES= ${FILESDIR}/extra-gperf.gypi
BUILD_DEPENDS+= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
.endif