svn commit: r363381 - head/net/heybuddy
Antoine Brodin
antoine at FreeBSD.org
Tue Jul 29 19:53:18 UTC 2014
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 "
More information about the svn-ports-all
mailing list