diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-09-10 10:35:15 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-09-10 10:35:15 +0000 |
commit | 80780c774b38afb6fa5a1c8c84353fa3c35faa34 (patch) | |
tree | 8521e08944cbfe57631bfec4ef4288f18291c896 /audio | |
parent | 180171f4781150820d3078adf20217fa8229e53c (diff) | |
download | ports-80780c774b38afb6fa5a1c8c84353fa3c35faa34.tar.gz ports-80780c774b38afb6fa5a1c8c84353fa3c35faa34.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mppdec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/mppdec/Makefile b/audio/mppdec/Makefile index 2ca45f6802b1..14da7140550f 100644 --- a/audio/mppdec/Makefile +++ b/audio/mppdec/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound MAKEFILE= Makefile.bsd USE_BZIP2= yes +ONLY_FOR_ARCHS= i386 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/mppdec ${PREFIX}/bin/ |