diff options
author | hans <hans@pkgsrc.org> | 2012-01-12 15:31:45 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-12 15:31:45 +0000 |
commit | ce3ce268381bf298016b08666a3f2088ba65f0e8 (patch) | |
tree | 5fc7db9666a12dc07fa37618cb2f2e1fa77c501f /databases | |
parent | 31868c7b8d516bce4b0eb16a35b77d99879670a9 (diff) | |
download | pkgsrc-ce3ce268381bf298016b08666a3f2088ba65f0e8.tar.gz |
Uses perl.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/krecipes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/krecipes/Makefile b/databases/krecipes/Makefile index c94a3f2f8bd..01263649ccd 100644 --- a/databases/krecipes/Makefile +++ b/databases/krecipes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/11/01 06:00:50 sbd Exp $ +# $NetBSD: Makefile,v 1.26 2012/01/12 15:31:45 hans Exp $ # DISTNAME= krecipes-1.0-beta1 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= msgfmt +USE_TOOLS+= msgfmt perl CONFIGURE_ARGS+= --without-mysql --without-postgresql |