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 | af6529c4aeb06c87eaa0ccffce8aab7edf55d907 (patch) | |
tree | 5c0ee1c881aaeb35a1118550ac87725cbcb641bb /security/libpreludedb-pgsql/Makefile | |
parent | ff1f836c3812c43f33c9b6fc136acccd4b182fae (diff) | |
download | pkgsrc-af6529c4aeb06c87eaa0ccffce8aab7edf55d907.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-pgsql/Makefile')
-rw-r--r-- | security/libpreludedb-pgsql/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/libpreludedb-pgsql/Makefile b/security/libpreludedb-pgsql/Makefile index 5d057f10617..912d64d5754 100644 --- a/security/libpreludedb-pgsql/Makefile +++ b/security/libpreludedb-pgsql/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/10/02 10:03:08 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-pgsql-${VERSION} COMMENT= PostgreSQL plugin for LibPreludeDB +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../security/libpreludedb/Makefile.common" + CONFIGURE_ARGS+= --with-perl=no CONFIGURE_ARGS+= --with-python=no CONFIGURE_ARGS+= --with-mysql=no |