summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-08-12 14:58:36 +0000
committernaddy <naddy@FreeBSD.org>2002-08-12 14:58:36 +0000
commitb2f821cf7a20500200738e4db3555069eab1af6c (patch)
tree28be34d35e488e973dec941a397ecd0a73b693c2 /audio
parentf0ac3b78992429453ea173e56a9a3f62e4fb3820 (diff)
downloadFreeBSD-ports-b2f821cf7a20500200738e4db3555069eab1af6c.zip
FreeBSD-ports-b2f821cf7a20500200738e4db3555069eab1af6c.tar.gz
nasm dependency is i386-only.
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 6a6afed..82d372d 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:
OpenPOWER on IntegriCloud