a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
16 lines
307 B
Makefile
16 lines
307 B
Makefile
# $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"
|