13 lines
344 B
Makefile
13 lines
344 B
Makefile
# $NetBSD: Makefile,v 1.34 2018/12/09 21:05:35 adam 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= 2
|
|
.include "../../security/lasso/Makefile.common"
|