aboutsummaryrefslogtreecommitdiffstats
path: root/audio/lame
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-04-11 17:32:07 +0800
committerflz <flz@FreeBSD.org>2005-04-11 17:32:07 +0800
commit3d971d1e9b3975652124976dee92698be70896d2 (patch)
treebe8072d81c1c899c964c9756e246600306470479 /audio/lame
parent39273435fea56472416bf65caa4729121e22e6e7 (diff)
downloadfreebsd-ports-gnome-3d971d1e9b3975652124976dee92698be70896d2.tar.gz
freebsd-ports-gnome-3d971d1e9b3975652124976dee92698be70896d2.tar.zst
freebsd-ports-gnome-3d971d1e9b3975652124976dee92698be70896d2.zip
- ARCH is defined in bsd.port.pre.mk.
Pointyhat to: obrien
Diffstat (limited to 'audio/lame')
-rw-r--r--audio/lame/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile
index cbdc223f77ca..28070425a1e8 100644
--- a/audio/lame/Makefile
+++ b/audio/lame/Makefile
@@ -15,10 +15,6 @@ MASTER_SITE_SUBDIR= lame
MAINTAINER= netchild@FreeBSD.org
COMMENT= ISO code based fast MP3 encoder kit
-.if ${ARCH} == "i386"
-BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-.endif
-
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
@@ -31,6 +27,12 @@ MAN1= lame.1
DOC_FILES= API LICENSE README TODO USAGE
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "i386"
+BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
+.endif
+
.if defined(NOPORTDOCS)
do-install:
@cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \
@@ -49,4 +51,4 @@ install-doc:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>