aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-18 14:46:42 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-18 14:46:42 +0000
commit3b8f271c66863350becac02ea4ad1e64b601106a (patch)
treef05536e820d1907fbbc50d59dfec50ba909dd6af /comms
parentece245b57fbe79f1837b95174e550bd5f048f93d (diff)
downloadports-3b8f271c66863350becac02ea4ad1e64b601106a.tar.gz
ports-3b8f271c66863350becac02ea4ad1e64b601106a.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/wspr/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile
index 96da4ef865fc..01126da85177 100644
--- a/comms/wspr/Makefile
+++ b/comms/wspr/Makefile
@@ -58,4 +58,8 @@ do-fetch:
.endif
.endif
+.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
+IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
+.endif
+
.include <bsd.port.post.mk>