blob: ce7cd4632119a3a5c9ebd34c4ef0a65845fb4625 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.33 2018/08/22 09:46:18 wiz Exp $
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-php5
CONFIGURE_ARGS+= --disable-perl
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.4.1
PYTHON_FOR_BUILD_ONLY= yes
EXTRACT_USING= bsdtar
#PKGREVISION= 1
PKGREVISION= 2
.include "../../security/lasso/Makefile.common"
|