diff options
author | ak <ak@FreeBSD.org> | 2013-04-24 15:35:40 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-24 15:35:40 +0800 |
commit | 13feb6e9c86e3bbcaac393343b3b6a912b9372db (patch) | |
tree | 83aac97dcee746842718f1f34dfa58caca71df28 /net-im | |
parent | 4a8d53d2e0b671fee11a9ef2f3ba8f703817c908 (diff) | |
download | freebsd-ports-gnome-13feb6e9c86e3bbcaac393343b3b6a912b9372db.tar.gz freebsd-ports-gnome-13feb6e9c86e3bbcaac393343b3b6a912b9372db.tar.zst freebsd-ports-gnome-13feb6e9c86e3bbcaac393343b3b6a912b9372db.zip |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/farsight2/Makefile | 3 | ||||
-rw-r--r-- | net-im/folks04/Makefile | 3 | ||||
-rw-r--r-- | net-im/kmess-kde4/Makefile | 3 | ||||
-rw-r--r-- | net-im/libnice/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile index c93d922d1224..4da1775d1c96 100644 --- a/net-im/farsight2/Makefile +++ b/net-im/farsight2/Makefile @@ -15,9 +15,8 @@ LIB_DEPENDS= nice:${PORTSDIR}/net-im/libnice CONFLICTS= farstream-[0-9]* -USES= pkgconfig +USES= pkgconfig gettext USE_GMAKE= yes -USE_GETTEXT= yes USE_LDCONFIG= yes USE_PYTHON= yes USE_GNOME= gnomehack glib20 ltverhack diff --git a/net-im/folks04/Makefile b/net-im/folks04/Makefile index a2d710eb7695..70acbe2d7d48 100644 --- a/net-im/folks04/Makefile +++ b/net-im/folks04/Makefile @@ -22,9 +22,8 @@ LATEST_LINK= ${PORTNAME}04 USE_BZIP2= yes USE_LDCONFIG= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= intlhack gnomehier -USE_GETTEXT= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/net-im/kmess-kde4/Makefile b/net-im/kmess-kde4/Makefile index b5d6f831bd22..b0900b5299bf 100644 --- a/net-im/kmess-kde4/Makefile +++ b/net-im/kmess-kde4/Makefile @@ -24,7 +24,6 @@ USE_BZIP2= yes USE_GNOME= libxml2 libxslt USE_KDE4= kdehier kdeprefix kdelibs libkonq automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext .include <bsd.port.mk> diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index 1f17d7059dcd..e1428745752c 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -11,9 +11,8 @@ MASTER_SITES= http://nice.freedesktop.org/releases/ \ MAINTAINER= gnome@FreeBSD.org COMMENT= Library and transmitter that implements ICE-19 -USES= pkgconfig +USES= pkgconfig gettext USE_GMAKE= yes -USE_GETTEXT= yes USE_LDCONFIG= yes USE_GNOME= gnomehack glib20 ltverhack USE_GSTREAMER= yes |