diff options
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 5b4ecabe6322..3e03efbf0064 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -63,6 +63,10 @@ OPTIONS= AIRPLAY "Support output via Airport Express" off \ .include <bsd.port.pre.mk> +.if defined(PACKAGE_BUILDING) +BROKEN= fails to build on pointyhat: runaway process +.endif + .if defined(XMMS2_SLAVE) EXCLUDE+= --without-xmms2d |