pkgsrc/devel/gdb/options.mk
bsiegert 3e2ee61df1 Move wip/gdb (version 7.9) over the 5.x version that has been here for a
long time and that does not even support amd64. The old gdb version, for
those with a penchant for historic software, can be found as devel/gdb5.
2015-03-15 14:56:46 +00:00

13 lines
357 B
Makefile

# $NetBSD: options.mk,v 1.1 2015/03/15 14:56:46 bsiegert Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gdb
PKG_SUPPORTED_OPTIONS= python
PKG_SUGGESTED_OPTIONS= python
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mpython)
CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
.include "../../lang/python/application.mk"
.endif