blob: bdc6145f6e0c63fd4e428b4eb0c5a48214525fb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.11 2012/06/14 07:43:12 sbd Exp $
#
PKGREVISION= 5
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"
|