diff options
author | pav <pav@FreeBSD.org> | 2003-11-18 03:24:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-18 03:24:15 +0800 |
commit | a1bbc073a478c8aae8fc5189d6341216bce26462 (patch) | |
tree | 46fd40ef0415e51bff6e91a6182fcdd4de7c8291 /audio | |
parent | fbf356a73da56a80d6a3d190f34397e8d54d810f (diff) | |
download | freebsd-ports-gnome-a1bbc073a478c8aae8fc5189d6341216bce26462.tar.gz freebsd-ports-gnome-a1bbc073a478c8aae8fc5189d6341216bce26462.tar.zst freebsd-ports-gnome-a1bbc073a478c8aae8fc5189d6341216bce26462.zip |
- Mark only for i386. (I forgot this in my last commit.)
PR: ports/59004
Submitted by: Ports Fury
Approved by: adamw (mentor)
Diffstat (limited to 'audio')
-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 |