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 /arabic | |
parent | edd5beedc1c2b8998471434ceff12c08e7d047a4 (diff) | |
download | ports-50030291185a23aebb43d7ff463523b0a224875b.tar.gz ports-50030291185a23aebb43d7ff463523b0a224875b.zip |
- Convert USE_GETTEXT to USES (part 2)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=316434
Diffstat (limited to 'arabic')
-rw-r--r-- | arabic/kde3-i18n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arabic/kde3-i18n/Makefile b/arabic/kde3-i18n/Makefile index a7889437b4b0..60f727a5390c 100644 --- a/arabic/kde3-i18n/Makefile +++ b/arabic/kde3-i18n/Makefile @@ -18,7 +18,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 |