13 lines
335 B
Makefile
13 lines
335 B
Makefile
# $NetBSD: Makefile,v 1.40 2020/01/18 21:48:22 jperkin Exp $
|
|
|
|
CONFIGURE_ARGS+= --disable-python
|
|
CONFIGURE_ARGS+= --disable-php5
|
|
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= 4
|
|
.include "../../security/lasso/Makefile.common"
|