diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-14 01:53:48 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-14 01:53:48 +0000 |
commit | ccf3e6821c589f46580f358c5c2fb262dae894b1 (patch) | |
tree | 01f65ee04ef7a4d8addb27c4f2e56286d27525d3 /emulators/wine-devel | |
parent | 41b98263b340e86b62005143fc9994423bdfebfa (diff) |
Mark this IGNORE, since I missed a big regression this update brought.
Notes
Notes:
svn path=/head/; revision=230018
Diffstat (limited to 'emulators/wine-devel')
-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 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 |