summaryrefslogtreecommitdiff
path: root/multimedia/avidemux/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-06-11 16:53:18 +0000
committerwiz <wiz@pkgsrc.org>2005-06-11 16:53:18 +0000
commitb26abba03103d46b0377caf81eb029a41cbe12fe (patch)
treee4ab41c64c96a6316bf0fb016faa7dff70703273 /multimedia/avidemux/Makefile
parentd483ad77f7aea7f8431a3a530e21902727aabce5 (diff)
downloadpkgsrc-b26abba03103d46b0377caf81eb029a41cbe12fe.tar.gz
Now that bsd.options.mk has been changed, only add mmx to PKG_SUPPORTED_OPTIONS on i386.
Diffstat (limited to 'multimedia/avidemux/Makefile')
-rw-r--r--multimedia/avidemux/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
index 9bb2fc80df3..5b97ccc4cd2 100644
--- a/multimedia/avidemux/Makefile
+++ b/multimedia/avidemux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/06/10 18:25:13 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2005/06/11 16:57:29 wiz Exp $
#
DISTNAME= avidemux-2.0.40
@@ -20,8 +20,12 @@ LDFLAGS+= ${LIBOSSAUDIO}
CONFIGURE_ENV+= ac_cv_path_ART_CONFIG=no
CONFIGURE_ARGS+= --disable-faad # Dolby doesn't allow binary distribution
+.include "../../mk/bsd.prefs.mk"
+
PKG_OPTIONS_VAR= PKG_OPTIONS.avidemux
+.if ${MACHINE_ARCH} == "i386"
PKG_SUPPORTED_OPTIONS= mmx
+.endif
.include "../../mk/bsd.options.mk"