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 | fa3f7934b8c7636b3bbffa2a913a7f06d7af2cea (patch) | |
tree | 5fc7db9666a12dc07fa37618cb2f2e1fa77c501f /databases/krecipes | |
parent | 282b907410f5f711fc019a4c3853560edd33e84e (diff) | |
download | pkgsrc-fa3f7934b8c7636b3bbffa2a913a7f06d7af2cea.tar.gz |
Uses perl.
Diffstat (limited to 'databases/krecipes')
-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 |