aboutsummaryrefslogtreecommitdiff
path: root/graphics/seom/Makefile
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2010-01-14 19:45:30 +0000
committerBruce M Simpson <bms@FreeBSD.org>2010-01-14 19:45:30 +0000
commit67a3c2253dc7476b516f106ddd07d19f2c991962 (patch)
treee20c133aa214a2f2155b563c0e3d4430e53bdb35 /graphics/seom/Makefile
parent817604a84bc4c730cd92dfb6eb2d11ea6ca3bb2f (diff)
downloadports-67a3c2253dc7476b516f106ddd07d19f2c991962.tar.gz
ports-67a3c2253dc7476b516f106ddd07d19f2c991962.zip
Notes
Diffstat (limited to 'graphics/seom/Makefile')
-rw-r--r--graphics/seom/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/seom/Makefile b/graphics/seom/Makefile
index 6ce2ae1d41fb..b0a469fb9771 100644
--- a/graphics/seom/Makefile
+++ b/graphics/seom/Makefile
@@ -24,6 +24,12 @@ USE_XORG= x11 xv
USE_GL= yes
USE_LDCONFIG= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "i386" || ${ARCH} == "amd64"
+BUILD_DEPENDS= ${LOCALBASE}/bin/yasm:${PORTSDIR}/devel/yasm
+.endif
+
MAKE_JOBS_SAFE= defined
MAKE_ENV+= DATADIR="${DATADIR}" PREFIX="${PREFIX}"
@@ -46,8 +52,6 @@ do-fetch:
.endif
.endif # defined(BOOTSTRAP)
-.include <bsd.port.pre.mk>
-
.if ${OSVERSION} < 700000
IGNORE= unsupported on FreeBSD versions prior to 7.0
.endif