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/emma | |
parent | 5a68637b247bc090ee92ff11ad956ebd4da61a0b (diff) | |
download | pkgsrc-cec11ef3cdd5ec8e73453302715988e9d93b5c1b.tar.gz |
USE_PKGLOCALEDIR, delint.
Diffstat (limited to 'finance/emma')
-rw-r--r-- | finance/emma/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/finance/emma/Makefile b/finance/emma/Makefile index 7f0a28bffaf..eb52bbed4e9 100644 --- a/finance/emma/Makefile +++ b/finance/emma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/10/24 17:21:57 drochner Exp $ +# $NetBSD: Makefile,v 1.18 2002/11/30 23:44:10 salo Exp $ # DISTNAME= emma-0.8.2 @@ -9,13 +9,16 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://rainbow.mimuw.edu.pl/~la181249/ COMMENT= Money management program -USE_X11BASE= YES -GNU_CONFIGURE= YES -USE_BUILDLINK2= YES -USE_GMAKE= YES BUILD_USES_MSGFMT= yes -CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN} -USE_LIBTOOL= yes + +USE_X11BASE= YES +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES +USE_GMAKE= YES +USE_LIBTOOL= yes + +CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN} LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig PYTHON_VERSIONS_ACCEPTED= 15 |