diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-03-03 09:09:29 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-03-03 09:09:29 +0800 |
commit | 4b2342809f23580b95aa8618ef8f2027c10d1108 (patch) | |
tree | bbc39ea8fc8355d5ea6ef6992ee5af70bdef157c /finance/eqonomize-kde3 | |
parent | d387e80621ecddb1066f47874e33c76437b464af (diff) | |
download | freebsd-ports-gnome-4b2342809f23580b95aa8618ef8f2027c10d1108.tar.gz freebsd-ports-gnome-4b2342809f23580b95aa8618ef8f2027c10d1108.tar.zst freebsd-ports-gnome-4b2342809f23580b95aa8618ef8f2027c10d1108.zip |
- Fix USE_GETTEXT
Submitted by: maintainer via irc
Diffstat (limited to 'finance/eqonomize-kde3')
-rw-r--r-- | finance/eqonomize-kde3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/eqonomize-kde3/Makefile b/finance/eqonomize-kde3/Makefile index 60d99ca4877c..9a0c4e264a0a 100644 --- a/finance/eqonomize-kde3/Makefile +++ b/finance/eqonomize-kde3/Makefile @@ -14,7 +14,7 @@ PKGNAMESUFFIX= -kde3 MAINTAINER= cm@therek.net COMMENT= A personal accounting software package -USE_GETTXT= yes +USE_GETTEXT= yes USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_PERL5= yes |