diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-05-15 15:21:45 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-05-15 15:21:45 +0800 |
commit | dbc54bd9942c793573a5cbb213cc869926c09814 (patch) | |
tree | 21c327c3d8862ff717dacd04a3285c543e4f6a98 /audio | |
parent | 11091d341de75f7f587af729b542a07b6cf500d7 (diff) | |
download | freebsd-ports-gnome-dbc54bd9942c793573a5cbb213cc869926c09814.tar.gz freebsd-ports-gnome-dbc54bd9942c793573a5cbb213cc869926c09814.tar.zst freebsd-ports-gnome-dbc54bd9942c793573a5cbb213cc869926c09814.zip |
- Set IA32_BINARY_PORT
PR: ports/145889
Submitted by: Christopher Key <cjk32 AT cam.ac.uk> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/linux-genpuid/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/linux-genpuid/Makefile b/audio/linux-genpuid/Makefile index da21431b599e..71fe0fd3d5e8 100644 --- a/audio/linux-genpuid/Makefile +++ b/audio/linux-genpuid/Makefile @@ -16,8 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= cjk32@cam.ac.uk COMMENT= Application for generating MusicIP puids -USE_LINUX= yes -NO_BUILD= yes +USE_LINUX= yes +NO_BUILD= yes +IA32_BINARY_PORT= yes PLIST_FILES= bin/genpuid bin/mipcore libexec/mipcore |