diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-17 06:19:48 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-17 06:19:48 +0800 |
commit | fc561bc2f45812a5fbeb0f120c1cf2aa1d92c1c9 (patch) | |
tree | ad4893fee3c95da356d6138f33c4fbcdcd94af59 /audio | |
parent | 0d5132ddf18c27e1ca3be2d92e51ac989809067c (diff) | |
download | freebsd-ports-gnome-fc561bc2f45812a5fbeb0f120c1cf2aa1d92c1c9.tar.gz freebsd-ports-gnome-fc561bc2f45812a5fbeb0f120c1cf2aa1d92c1c9.tar.zst freebsd-ports-gnome-fc561bc2f45812a5fbeb0f120c1cf2aa1d92c1c9.zip |
Revert part of previous change, IA32_BINARY_PORT is for freebsd32 compat not
linux32 one
Diffstat (limited to 'audio')
-rw-r--r-- | audio/linux-laudio/Makefile | 3 | ||||
-rw-r--r-- | audio/linux-mbrola/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/linux-laudio/Makefile b/audio/linux-laudio/Makefile index 7cbdd1617d17..c7e95deb0538 100644 --- a/audio/linux-laudio/Makefile +++ b/audio/linux-laudio/Makefile @@ -11,10 +11,11 @@ DISTNAME= la04 MAINTAINER= ports@FreeBSD.org COMMENT= Free lossless audio codec +ONLY_FOR_ARCHS= amd64 i386 + USE_BZIP2= yes USE_LINUX= yes NO_BUILD= yes -IA32_BINARY_PORT= yes PLIST_FILES= bin/laudio PORTDOCS= readme.txt diff --git a/audio/linux-mbrola/Makefile b/audio/linux-mbrola/Makefile index 53c290af5718..2b641360fd6b 100644 --- a/audio/linux-mbrola/Makefile +++ b/audio/linux-mbrola/Makefile @@ -18,8 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/mbrolavox:${PORTSDIR}/audio/mbrolavox CONFLICTS= mbrola-* NO_BUILD= yes +ONLY_FOR_ARCHS= amd64 i386 NO_WRKSUBDIR= yes -IA32_BINARY_PORT= yes USE_LINUX= yes RESTRICTED= for non-commercial, non-military applications only |