aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-05-06 06:26:30 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-05-06 06:26:30 +0800
commit8d8d593ac29f8cdade75df50ee922e92bfe25044 (patch)
treea9956d4c080c2ee48399c47c52abc677b241d909 /Mk
parent60785a47a0beb402d80b48a6dedde9e3da52cb39 (diff)
downloadfreebsd-ports-gnome-8d8d593ac29f8cdade75df50ee922e92bfe25044.tar.gz
freebsd-ports-gnome-8d8d593ac29f8cdade75df50ee922e92bfe25044.tar.zst
freebsd-ports-gnome-8d8d593ac29f8cdade75df50ee922e92bfe25044.zip
- Make the SLAVE_DESIGNED_FOR message more useful and say what versions
didn't match. Changes message text only. With Hat: apache@
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.apache.mk2
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)