Thu Apr 2 16:55:09 2015 UTC ()
Mark as not ready for python-3.x. Some cleanup.


(wiz)
diff -r1.23 -r1.24 pkgsrc/security/lasso/Makefile

cvs diff -r1.23 -r1.24 pkgsrc/security/lasso/Makefile (expand / switch to unified diff)

--- pkgsrc/security/lasso/Makefile 2015/04/01 14:05:02 1.23
+++ pkgsrc/security/lasso/Makefile 2015/04/02 16:55:09 1.24
@@ -1,16 +1,12 @@ @@ -1,16 +1,12 @@
1# $NetBSD: Makefile,v 1.23 2015/04/01 14:05:02 manu Exp $ 1# $NetBSD: Makefile,v 1.24 2015/04/02 16:55:09 wiz Exp $
2# 
3 
4#PKGREVISION= 1 
5 2
6CONFIGURE_ARGS+= --disable-python 3CONFIGURE_ARGS+= --disable-python
7CONFIGURE_ARGS+= --disable-php5 4CONFIGURE_ARGS+= --disable-php5
8CONFIGURE_ARGS+= --disable-perl 5CONFIGURE_ARGS+= --disable-perl
9 6
10PKG_DESTDIR_SUPPORT= destdir 7PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.4.1
11 
12PYTHON_FOR_BUILD_ONLY= yes 8PYTHON_FOR_BUILD_ONLY= yes
13 9
14EXTRACT_USING= bsdtar 10EXTRACT_USING= bsdtar
15 11
16.include "../../security/lasso/Makefile.common" 12.include "../../security/lasso/Makefile.common"