From 6467942a689d3114c81c802e29dfd8a56574b537 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 29 Aug 2005 14:12:28 +0000 Subject: Make app_rxfax/app_txfax compilable on 4.x. --- net/asterisk14/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'net/asterisk14/Makefile') diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index 60a8230c08cd..93e63cc0dc85 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/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 -- cgit v1.2.3