diff options
author | ak <ak@FreeBSD.org> | 2013-04-24 21:36:18 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-24 21:36:18 +0800 |
commit | 94b5385f0c5c7493905baf4b7452c3b010e37462 (patch) | |
tree | 2c4e72629b2629f497db496fd8bdf08f2116d687 /ukrainian | |
parent | 1c23a8a816ad81e1a8dd73a7a535cc0704a42f5f (diff) | |
download | freebsd-ports-gnome-94b5385f0c5c7493905baf4b7452c3b010e37462.tar.gz freebsd-ports-gnome-94b5385f0c5c7493905baf4b7452c3b010e37462.tar.zst freebsd-ports-gnome-94b5385f0c5c7493905baf4b7452c3b010e37462.zip |
- Convert USE_GETTEXT to USES (part 2)
Approved by: portmgr (bapt)
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/kde3-i18n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ukrainian/kde3-i18n/Makefile b/ukrainian/kde3-i18n/Makefile index 8760faf5bbce..1b070d245d3c 100644 --- a/ukrainian/kde3-i18n/Makefile +++ b/ukrainian/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 |