diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-03 04:23:55 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-03 04:23:55 +0800 |
commit | 8e06482685b64ce8d458dbb06943d4e18ee837cd (patch) | |
tree | 36ed89e03b0f2ac4525ba4f4e39af16da597b209 /comms | |
parent | 44a9844e6b8ab862275ea28c01d4bfbc41256986 (diff) | |
download | freebsd-ports-gnome-8e06482685b64ce8d458dbb06943d4e18ee837cd.tar.gz freebsd-ports-gnome-8e06482685b64ce8d458dbb06943d4e18ee837cd.tar.zst freebsd-ports-gnome-8e06482685b64ce8d458dbb06943d4e18ee837cd.zip |
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gpredict/Makefile | 2 | ||||
-rw-r--r-- | comms/grig/Makefile | 2 | ||||
-rw-r--r-- | comms/tilp2/Makefile | 2 | ||||
-rw-r--r-- | comms/xnec2c/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/comms/gpredict/Makefile b/comms/gpredict/Makefile index 4abf8c8a59eb..1c5ac6a2b3be 100644 --- a/comms/gpredict/Makefile +++ b/comms/gpredict/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= gettext gmake pkgconfig -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool post-patch: @${REINPLACE_CMD} -e \ diff --git a/comms/grig/Makefile b/comms/grig/Makefile index 07b41b82de8f..d728b533147a 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libhamlib.so:${PORTSDIR}/comms/hamlib -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes USES= gettext gmake pkgconfig diff --git a/comms/tilp2/Makefile b/comms/tilp2/Makefile index f7c381118dfd..4fca8744b073 100644 --- a/comms/tilp2/Makefile +++ b/comms/tilp2/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libticables2.so:${PORTSDIR}/comms/libticables2 \ libticonv.so:${PORTSDIR}/converters/libticonv USES= desktop-file-utils gmake pkgconfig shared-mime-info tar:bzip2 -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/comms/xnec2c/Makefile b/comms/xnec2c/Makefile index 019d1c1243b8..2e3d2eb5fc5d 100644 --- a/comms/xnec2c/Makefile +++ b/comms/xnec2c/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libccm.so:${PORTSDIR}/math/ccmath GNU_CONFIGURE= yes USES= gettext gmake pkgconfig tar:bzip2 -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes |