diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 5bf3f7163d47..2588ada2afb0 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 diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 5bf3f7163d47..2588ada2afb0 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/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 |