USES+= gettext-tools on 5 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:
parent
2d83dcc94d
commit
d730a9356e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374603
@ -21,7 +21,7 @@ BUILD_DEPENDS= gccmakedep:${PORTSDIR}/devel/gccmakedep
|
||||
LIB_DEPENDS= liblcms.so.1:${PORTSDIR}/graphics/lcms \
|
||||
libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app
|
||||
|
||||
USES= gmake pkgconfig zip
|
||||
USES= gettext-tools gmake pkgconfig zip
|
||||
|
||||
BIN_TARGETS= separate separate_import icc_colorspace
|
||||
L10N_TARGETS= cs es fr ja ko pl ru
|
||||
|
@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= On-Screen-Display infrastructure using Pango text rendering
|
||||
|
||||
USES= pathfix gmake pkgconfig python
|
||||
USES= gettext-tools gmake pathfix pkgconfig python
|
||||
USE_GNOME= gnomeprefix intlhack pygnome2
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -14,7 +14,7 @@ COMMENT= GNOME frontend for the remote desktop client (rdesktop)
|
||||
RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pathfix gmake pkgconfig
|
||||
USES= gettext-tools gmake pathfix pkgconfig
|
||||
USE_GNOME= libgnomeui gnomeprefix
|
||||
GCONF_SCHEMAS= grdesktop.schemas
|
||||
INSTALLS_OMF= yes
|
||||
|
@ -11,7 +11,7 @@ MASTER_SITES= http://members.chello.nl/~h.lai/libgnomesu/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library and frontend for running commands as root
|
||||
|
||||
USES= pathfix gmake pkgconfig libtool
|
||||
USES= gmake gettext-tools libtool pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomeprefix libgnomeui
|
||||
CONFIGURE_ARGS+=--disable-install-pam
|
||||
|
@ -12,7 +12,7 @@ COMMENT= General Applet Interface Library
|
||||
|
||||
LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext
|
||||
|
||||
USES= pkgconfig tar:bzip2
|
||||
USES= gettext-tools pkgconfig tar:bzip2
|
||||
USE_GL= gl
|
||||
USE_SDL= sdl
|
||||
USE_GNOME= libgnomeui
|
||||
|
Loading…
Reference in New Issue
Block a user