blob: 10f0ae4158c120bafe4b177c84713e6dae5110ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.50 2021/12/08 16:02:33 adam Exp $
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-php5
CONFIGURE_ARGS+= --disable-php7
CONFIGURE_ARGS+= --disable-perl
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.4.1
PYTHON_FOR_BUILD_ONLY= yes
EXTRACT_USING= bsdtar
#PKGREVISION= 1
PKGREVISION= 1
.include "../../security/lasso/Makefile.common"
|