summaryrefslogtreecommitdiff
path: root/security/py-lasso/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-lasso/Makefile')
-rw-r--r--security/py-lasso/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/py-lasso/Makefile b/security/py-lasso/Makefile
index 6e746d963b3..d0d5ca5ff80 100644
--- a/security/py-lasso/Makefile
+++ b/security/py-lasso/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.3 2010/01/17 12:02:43 wiz Exp $
+# $NetBSD: Makefile,v 1.3.4.1 2010/07/04 07:25:36 agc Exp $
#
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
COMMENT= Libery Alliance Single Sign On binding for Python
-PKG_DESTDIR_SUPPORT= destdir
+PKG_DESTDIR_SUPPORT= user-destdir
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
CONFIGURE_ARGS+= --disable-php4
CONFIGURE_ARGS+= --disable-perl
-do-install:
- cd ${WRKSRC}/bindings/python && ${MAKE} install
+INSTALL_DIRS= bindings/python
PY_PATCHPLIST= yes
.include "../../lang/python/extension.mk"