diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-05 15:39:47 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-05 15:39:47 +0800 |
commit | ba9f663fc79880ff31ea9afd44af3586360008b6 (patch) | |
tree | d231e86e1590b0bf6019b38928d329263d47bdd7 /audio | |
parent | ae9f208e739df0fc897ad6db40d995213382c473 (diff) | |
download | freebsd-ports-gnome-ba9f663fc79880ff31ea9afd44af3586360008b6.tar.gz freebsd-ports-gnome-ba9f663fc79880ff31ea9afd44af3586360008b6.tar.zst freebsd-ports-gnome-ba9f663fc79880ff31ea9afd44af3586360008b6.zip |
Part 2 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 'audio')
-rw-r--r-- | audio/gmpc-mserver/Makefile | 2 | ||||
-rw-r--r-- | audio/gtkpod/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/gmpc-mserver/Makefile b/audio/gmpc-mserver/Makefile index d0d61cc06e94..b5e2b5bd3dd6 100644 --- a/audio/gmpc-mserver/Makefile +++ b/audio/gmpc-mserver/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GNOME= glib20 gtk20 libxml2 +USE_GNOME= glib20 gtk20 intltool libxml2 USES= gettext gmake libtool pathfix pkgconfig .include <bsd.port.mk> diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 8405a5f097d9..2c4fb1465908 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -19,7 +19,7 @@ USES= gettext gmake pkgconfig shebangfix SHEBANG_FILES= scripts/mab2vcard scripts/sync-evolution.sh \ scripts/sync-knotes.sh scripts/sync-ldif.sh \ scripts/sync-palm-jppy.py -USE_GNOME= gtk20 libglade2 +USE_GNOME= gtk20 intltool libglade2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes |