diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 13:36:18 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 13:36:18 +0000 |
commit | 50030291185a23aebb43d7ff463523b0a224875b (patch) | |
tree | 2c4e72629b2629f497db496fd8bdf08f2116d687 /misc/kde3-i18n-sr_Latn/Makefile | |
parent | edd5beedc1c2b8998471434ceff12c08e7d047a4 (diff) |
- Convert USE_GETTEXT to USES (part 2)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=316434
Diffstat (limited to 'misc/kde3-i18n-sr_Latn/Makefile')
-rw-r--r-- | misc/kde3-i18n-sr_Latn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/kde3-i18n-sr_Latn/Makefile b/misc/kde3-i18n-sr_Latn/Makefile index 4830865aa947..5033590ba4dd 100644 --- a/misc/kde3-i18n-sr_Latn/Makefile +++ b/misc/kde3-i18n-sr_Latn/Makefile @@ -24,7 +24,7 @@ EXPIRATION_DATE= 2013-07-01 USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= build +USES= gettext:build GNU_CONFIGURE= yes KDE_I18N= yes |