diff options
-rw-r--r-- | graphics/seom/Makefile | 8 |
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 |