diff options
Diffstat (limited to 'net/asterisk-bristuff/Makefile')
-rw-r--r-- | net/asterisk-bristuff/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/asterisk-bristuff/Makefile b/net/asterisk-bristuff/Makefile index 60a8230c08cd..93e63cc0dc85 100644 --- a/net/asterisk-bristuff/Makefile +++ b/net/asterisk-bristuff/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 |