diff options
author | stas <stas@FreeBSD.org> | 2007-06-10 06:46:09 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-06-10 06:46:09 +0800 |
commit | 125333ad7b4f5cfde02bf330dc66de61aa09b0be (patch) | |
tree | cf3bf4129630dff37636b689417fdec127316115 /audio | |
parent | a5a7d7ca2c5b0d95937588d6d7ad6d1bad75e412 (diff) | |
download | freebsd-ports-gnome-125333ad7b4f5cfde02bf330dc66de61aa09b0be.tar.gz freebsd-ports-gnome-125333ad7b4f5cfde02bf330dc66de61aa09b0be.tar.zst freebsd-ports-gnome-125333ad7b4f5cfde02bf330dc66de61aa09b0be.zip |
- Use IGNORE rather then BROKEN to disable pointyhat builds.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/euphoria/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/euphoria/Makefile b/audio/euphoria/Makefile index aed413ecb6f0..34f9c0b3dbe3 100644 --- a/audio/euphoria/Makefile +++ b/audio/euphoria/Makefile @@ -29,7 +29,7 @@ USE_BZIP2= yes USE_RUBY= yes RUBY_SHEBANG_FILES= ${WRKSRC}/bin/euphoria -BROKEN= Not updated to the DrJekyll clientlib API +IGNORE= Not updated to the DrJekyll clientlib API .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" |