summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-08-12 14:58:36 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-08-12 14:58:36 +0000
commit9c6b4384a3648d3596cb0f905f8e3f0a5a5f4418 (patch)
tree586255eaf307de1dfb519b1103254416236673cb /audio
parentforce commit to check freshports notification (diff)
nasm dependency is i386-only.
Notes
Notes: svn path=/head/; revision=64427
Diffstat (limited to 'audio')
-rw-r--r--audio/lame/Makefile4
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: