Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / parallel / openmpi / options.mk
blob9a77a00fca7cc15f41171aec45215b7ce1076b15
1 # $NetBSD: options.mk,v 1.3 2012/06/12 23:36:31 asau Exp $
3 PKG_OPTIONS_VAR= PKG_OPTIONS.openmpi
4 PKG_SUPPORTED_OPTIONS= debug
6 .include "../../mk/bsd.options.mk"
8 .if !empty(PKG_OPTIONS:Mdebug)
9 CONFIGURE_ARGS+= --enable-debug
10 .endif