diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-12 14:58:36 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-12 14:58:36 +0000 |
commit | 9c6b4384a3648d3596cb0f905f8e3f0a5a5f4418 (patch) | |
tree | 586255eaf307de1dfb519b1103254416236673cb /audio/lame | |
parent | d401fbbcb6d993672685be93f9ebf60563d293d6 (diff) | |
download | ports-9c6b4384a3648d3596cb0f905f8e3f0a5a5f4418.tar.gz ports-9c6b4384a3648d3596cb0f905f8e3f0a5a5f4418.zip |
Notes
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 6a6afed33786..82d372de18e0 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -14,7 +14,9 @@ MASTER_SITE_SUBDIR= lame MAINTAINER= yoshiaki@kt.rim.or.jp +.if ${MACHINE_ARCH} == "i386" BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +.endif GNU_CONFIGURE= yes INSTALLS_SHLIB= yes @@ -34,7 +36,7 @@ MAN1= lame.1 post-build: .if defined(HAVE_GTK) && !defined(WITHOUT_GTK) - (cd ${WRKSRC}/frontend && make mp3x) + cd ${WRKSRC}/frontend && make mp3x .endif post-install: |