diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-17 19:24:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-17 19:24:15 +0000 |
commit | deed15a2fc4e3a6980b3e3a99b9a98e0d012bf0b (patch) | |
tree | 0a9ab3423a44deb1ae02ed9d17fc5cdf3dd62f6e /audio/playmidi/Makefile | |
parent | - Let the build break on -CURRENT a little later. (diff) |
- Mark only for i386. (I forgot this in my last commit.)
PR: ports/59004
Submitted by: Ports Fury
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=94187
Diffstat (limited to 'audio/playmidi/Makefile')
-rw-r--r-- | audio/playmidi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile index 9929f177fa18..13ae9f8dfc99 100644 --- a/audio/playmidi/Makefile +++ b/audio/playmidi/Makefile @@ -19,6 +19,7 @@ COMMENT= MIDI player BROKEN= "Does not compile" .endif +ONLY_FOR_ARCHS= i386 IS_INTERACTIVE= YES # asks what devices you want to support HAS_CONFIGURE= YES CONFIGURE_SCRIPT= Configure |