summaryrefslogtreecommitdiff
path: root/security/py-lasso
diff options
context:
space:
mode:
authorjoerg <joerg>2010-07-01 15:08:14 +0000
committerjoerg <joerg>2010-07-01 15:08:14 +0000
commit32aea2880e557ba4f33f18679112224249a641ce (patch)
treee66b343a288347f132b8fccd08587edb75420193 /security/py-lasso
parenta8cc89ad29c7bbc1d531edb9ed1a343c0fccb280 (diff)
downloadpkgsrc-32aea2880e557ba4f33f18679112224249a641ce.tar.gz
Needs py-expat for build. Fix destdir.
Diffstat (limited to 'security/py-lasso')
-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..ef883605e98 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.4 2010/07/01 15:08:14 joerg 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"