need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / libast / options.mk
1 # $NetBSD: options.mk,v 1.1 2005/05/31 21:35:13 wiz Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.libast
4 PKG_SUPPORTED_OPTIONS=  # empty
5
6 .include "../../mk/bsd.prefs.mk"
7
8 .if ${MACHINE_ARCH} == "i386"
9 PKG_SUPPORTED_OPTIONS+= mmx
10 .endif
11
12 .include "../../mk/bsd.options.mk"
13
14 .if !empty(PKG_OPTIONS:Mmmx)
15 CONFIGURE_ARGS+=        --enable-mmx
16 .endif