blob: 4f052f7bef6a090087b3f7e4f44a7c1862fcd7bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.18 2013/05/31 12:41:51 wiz Exp $
#
PKGREVISION= 12
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-php5
CONFIGURE_ARGS+= --disable-perl
PKG_DESTDIR_SUPPORT= destdir
PYTHON_FOR_BUILD_ONLY= yes
EXTRACT_USING= bsdtar
.include "../../security/lasso/Makefile.common"
|