Date: Tue, 29 Jul 2014 19:53:18 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363381 - head/net/heybuddy Message-ID: <201407291953.s6TJrItI020474@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jul 29 19:53:17 2014 New Revision: 363381 URL: http://svnweb.freebsd.org/changeset/ports/363381 QAT: https://qat.redports.org/buildarchive/r363381/ Log: Fix make fetch With hat: portmgr Modified: head/net/heybuddy/Makefile Modified: head/net/heybuddy/Makefile ============================================================================== --- head/net/heybuddy/Makefile Tue Jul 29 19:44:06 2014 (r363380) +++ head/net/heybuddy/Makefile Tue Jul 29 19:53:17 2014 (r363381) @@ -13,6 +13,7 @@ COMMENT= Supposedly light, feature free LICENSE= GPLv3 +USES= tar:tgz USE_PYTHON= yes USE_GNOME= desktopfileutils pygtk2 @@ -30,7 +31,7 @@ OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USES+= gettext tar:tgz +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407291953.s6TJrItI020474>