aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk16/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2005-08-29 14:12:28 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2005-08-29 14:12:28 +0000
commit6467942a689d3114c81c802e29dfd8a56574b537 (patch)
tree196c5a2fd0dead95d760c65e320a77b788e5c711 /net/asterisk16/Makefile
parent310771fd47e3edf449c026fffbafe971c7e50218 (diff)
downloadports-6467942a689d3114c81c802e29dfd8a56574b537.tar.gz
ports-6467942a689d3114c81c802e29dfd8a56574b537.zip
Make app_rxfax/app_txfax compilable on 4.x.
Notes
Notes: svn path=/head/; revision=141320
Diffstat (limited to 'net/asterisk16/Makefile')
-rw-r--r--net/asterisk16/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile
index 60a8230c08cd..93e63cc0dc85 100644
--- a/net/asterisk16/Makefile
+++ b/net/asterisk16/Makefile
@@ -85,9 +85,7 @@ MAKE_ENV+= WITH_ODBC=1
USE_MYSQL= yes
.endif
-#
-# FAX apps can't be compiled on RELENG_4 at the moment
-.if defined(WITHOUT_FAX) || ${OSVERSION} < 500000
+.if defined(WITHOUT_FAX)
PLIST_SUB+= WITH_FAX="@comment "
.else
MAKE_ENV+= WITH_FAX=1