diff options
author | salo <salo@pkgsrc.org> | 2002-11-30 23:44:10 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-11-30 23:44:10 +0000 |
commit | cec11ef3cdd5ec8e73453302715988e9d93b5c1b (patch) | |
tree | 49535eedf2612dc5cb52d9bb89f26908c1f3c667 /finance/gnucash/Makefile | |
parent | 5a68637b247bc090ee92ff11ad956ebd4da61a0b (diff) | |
download | pkgsrc-cec11ef3cdd5ec8e73453302715988e9d93b5c1b.tar.gz |
USE_PKGLOCALEDIR, delint.
Diffstat (limited to 'finance/gnucash/Makefile')
-rw-r--r-- | finance/gnucash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 101ae54cad7..884cdfd60ae 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2002/11/26 23:18:14 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2002/11/30 23:44:11 salo Exp $ # DISTNAME= gnucash-1.6.8 @@ -22,6 +22,7 @@ USE_X11= YES USE_LIBTOOL= YES #LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-included-gettext |