diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-05 22:26:30 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-05 22:26:30 +0000 |
commit | 605d4bae069d2792fc9b779ebb82287355e94b9a (patch) | |
tree | 1192cecf0e5876b009833de7d1ac7d3a13b5c554 /Mk/bsd.apache.mk | |
parent | b869066b9e235072c2ff6ab5a34a4b8629902b64 (diff) | |
download | ports-605d4bae069d2792fc9b779ebb82287355e94b9a.tar.gz ports-605d4bae069d2792fc9b779ebb82287355e94b9a.zip |
Notes
Diffstat (limited to 'Mk/bsd.apache.mk')
-rw-r--r-- | Mk/bsd.apache.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk index 1457624007dd..5ab1728807e8 100644 --- a/Mk/bsd.apache.mk +++ b/Mk/bsd.apache.mk @@ -59,7 +59,7 @@ IGNORE= ${_ERROR_MSG} Illegal use of USE_APACHE .if defined(AP_PORT_IS_SERVER) # For slave ports: .if defined(SLAVE_DESIGNED_FOR) && ${PORTVERSION} != ${SLAVE_DESIGNED_FOR} -IGNORE= Sorry, ${SLAVENAME} and ${PORTNAME} versions are out of sync +IGNORE= Sorry, ${SLAVENAME} and ${PORTNAME} versions are out of sync ${PORTVERSION} != ${SLAVE_DESIGNED_FOR} .endif .if defined(SLAVE_PORT_MODULES) |