aboutsummaryrefslogtreecommitdiffstats
path: root/net/asterisk-bristuff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk-bristuff/Makefile')
-rw-r--r--net/asterisk-bristuff/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/asterisk-bristuff/Makefile b/net/asterisk-bristuff/Makefile
index 1ea4517f1202..c422a6454243 100644
--- a/net/asterisk-bristuff/Makefile
+++ b/net/asterisk-bristuff/Makefile
@@ -7,6 +7,7 @@
PORTNAME= asterisk
PORTVERSION= 1.0.9
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \
ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -73,7 +74,7 @@ PLIST_SUB+= WITH_ZAPTEL=""
USE_MYSQL= yes
.endif
-.if !defined(WITHOUT_FAX)
+.if !defined(WITHOUT_FAX) && ${OSVERSION} >= 500000
MAKE_ENV+= WITH_FAX=1
LIB_DEPENDS+= spandsp.0:${PORTSDIR}/comms/spandsp
PLIST_SUB+= WITH_FAX=""