diff options
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 5bf3f7163d4..2588ada2afb 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -48,6 +48,8 @@ OPTIONS= CUPS "Use CUPS (Common UNIX Printing System)" On \ LDAP "Use LDAP" Off \ LIBXSLT "Use libxslt (only used by msxml3.dll)" Off +IGNORE= builds, but fails upon startup + .include <bsd.port.pre.mk> .ifdef WITHOUT_CUPS |