blob: 90b3414ea9cda6cb27797018313d4094ca388414 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.3 2009/12/01 08:49:46 manu Exp $
#
PKGREVISION= 3
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-php4
CONFIGURE_ARGS+= --disable-perl
PKG_DESTDIR_SUPPORT= destdir
PYTHON_FOR_BUILD_ONLY= yes
.include "../../security/lasso/Makefile.common"
|