119b2307f8
suggestion from fgsch@
15 lines
292 B
Makefile
15 lines
292 B
Makefile
# $OpenBSD: Makefile,v 1.16 2011/09/27 21:27:36 sthen Exp $
|
|
|
|
VERSION = 2.7
|
|
PATCHLEVEL = .1
|
|
REVISION = 12
|
|
REVISION-bsddb = 13
|
|
SHARED_LIBS = python2.7 0.0
|
|
VERSION_SPEC = >=2.7,<2.8
|
|
|
|
AUTOCONF_VERSION = 2.65
|
|
CONFIGURE_ARGS += --with-cxx_main \
|
|
--with-system-expat
|
|
|
|
.include <bsd.port.mk>
|