- Fix logic for depending on gperf
Pointed out by: gjb
This commit is contained in:
parent
409ca677e3
commit
4c0015c0c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302522
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue