diff options
author | joerg <joerg@pkgsrc.org> | 2009-10-07 19:39:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-10-07 19:39:42 +0000 |
commit | 2d71a52482e558e955e16971fb885c2963fbe585 (patch) | |
tree | 5c0ee1c881aaeb35a1118550ac87725cbcb641bb /security/libpreludedb-python | |
parent | 3d87a6f56b70c46c44bd7e95aeac39aa5b8870e5 (diff) | |
download | pkgsrc-2d71a52482e558e955e16971fb885c2963fbe585.tar.gz |
Share distinfo file between libprelude-* and similar for
libpreludedb-*. Shuffle stuff a bit around in the Makefile.common,
define PATCHDIR in that, don't define user-destdir support there.
Diffstat (limited to 'security/libpreludedb-python')
-rw-r--r-- | security/libpreludedb-python/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/libpreludedb-python/Makefile b/security/libpreludedb-python/Makefile index 83b08a7e162..aaf729d5a59 100644 --- a/security/libpreludedb-python/Makefile +++ b/security/libpreludedb-python/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/10/02 10:04:48 hasso Exp $ +# $NetBSD: Makefile,v 1.2 2009/10/07 19:39:43 joerg Exp $ # -.include "../../security/libpreludedb/Makefile.common" -.include "../../mk/bsd.prefs.mk" - -PATCHDIR= ${.CURDIR}/../libpreludedb/patches PKGNAME= libpreludedb-python-${VERSION} COMMENT= Python bindings for LibPreludeDB libraries +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../security/libpreludedb/Makefile.common" + CONFIGURE_ARGS+= --with-perl=no CONFIGURE_ARGS+= --with-mysql=no CONFIGURE_ARGS+= --with-postgresql=no |