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 /japanese/kde3-i18n | |
parent | bsdtar knows how to extract rpm on all supported versions of FreeBSD (diff) |
- Convert USE_GETTEXT to USES (part 2)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=316434
Diffstat (limited to 'japanese/kde3-i18n')
-rw-r--r-- | japanese/kde3-i18n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/kde3-i18n/Makefile b/japanese/kde3-i18n/Makefile index e215cf7bbcb6..dda0494f56c4 100644 --- a/japanese/kde3-i18n/Makefile +++ b/japanese/kde3-i18n/Makefile @@ -22,7 +22,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 |