diff options
author | ak <ak@FreeBSD.org> | 2013-04-25 02:10:30 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-25 02:10:30 +0800 |
commit | bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e (patch) | |
tree | 5883afe298a5f232e854b104fc944ca19c4f7e7f /polish | |
parent | 2e4755fb165fc85b66abbd26d0129a688b4273da (diff) | |
download | freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.tar.gz freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.tar.zst freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.zip |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
Diffstat (limited to 'polish')
-rw-r--r-- | polish/ekg2/Makefile | 2 | ||||
-rw-r--r-- | polish/gnugadu2/Makefile | 2 | ||||
-rw-r--r-- | polish/qnapi/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile index 75c6181fabf6..13b51b0b84d2 100644 --- a/polish/ekg2/Makefile +++ b/polish/ekg2/Makefile @@ -94,7 +94,7 @@ PLIST_SUB+= GTK2_PLUGIN="@comment " .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile index 5a31900d5f21..f4850c741662 100644 --- a/polish/gnugadu2/Makefile +++ b/polish/gnugadu2/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/libgadu \ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 USE_LDCONFIG= yes diff --git a/polish/qnapi/Makefile b/polish/qnapi/Makefile index 47cdca4c3b5a..69a381fc4e93 100644 --- a/polish/qnapi/Makefile +++ b/polish/qnapi/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_XORG= ice sm x11 xau xdmcp xext xrender USE_QT4= corelib gui network xml qmake_build moc_build uic_build rcc_build USE_KDE4= kdehier |