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 /net-im/pidgin-guifications | |
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 'net-im/pidgin-guifications')
-rw-r--r-- | net-im/pidgin-guifications/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile index 1ad358054ce6..4908f3049627 100644 --- a/net-im/pidgin-guifications/Makefile +++ b/net-im/pidgin-guifications/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |