1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

USES+= gettext-tools on 6 ports

These ports require msgfmt.  FreeBSD doesn't fail to build these ports
because a default option on gvfs brings in this tool.  The same gvfs
option is off by default on DragonFly and thus the missing dependencies
were unmasked.  Explicitly add gettext-tools to get msgfmt.
This commit is contained in:
John Marino 2014-12-12 17:11:22 +00:00
parent 07aba5eee3
commit 4a65d405da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374598
6 changed files with 7 additions and 6 deletions

View File

@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing
INSTALLS_OMF= yes
USES= desktop-file-utils gmake pathfix pkgconfig
USES= desktop-file-utils gettext-tools gmake pathfix pkgconfig
USE_GNOME= libgnomeui gtksourceview gnomeprefix intlhack
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View File

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME version of the classic breakout game
USES= pathfix pkgconfig
USES= gettext-tools pathfix pkgconfig
USE_GNOME= gnomeprefix libgnomeui
USE_XORG= x11
GNU_CONFIGURE= yes

View File

@ -12,7 +12,7 @@ COMMENT= GNOME version of Kisekae Set System
RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha
USES= pkgconfig
USES= gettext-tools pkgconfig
USE_GNOME= gnomeprefix gnomehack libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View File

@ -13,7 +13,7 @@ COMMENT= Turn-based strategy game for GNOME
LICENSE= GPLv2 # only
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pathfix gmake libtool iconv pkgconfig
USES= gettext-tools gmake iconv libtool pathfix pkgconfig
USE_GNOME= gnomeprefix intlhack libgnomeui
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}

View File

@ -13,7 +13,7 @@ COMMENT= General drawing canvas from dia dialog editor
LICENSE= GPLv2
USES= gmake libtool pathfix pkgconfig python
USES= gettext-tools gmake libtool pathfix pkgconfig python
USE_GNOME= pygnome2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes

View File

@ -14,7 +14,8 @@ LIB_DEPENDS= libgksu2.so:${PORTSDIR}/sysutils/libgksu \
libnautilus-extension.so:${PORTSDIR}/x11-fm/nautilus \
libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
USES= desktop-file-utils gmake libtool pathfix pkgconfig
USES= desktop-file-utils gettext-tools gmake libtool pathfix \
pkgconfig
USE_GNOME= gconf2 gnomeprefix gtk20 intlhack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes