Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2015 00:35:42 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397922 - head/security/hotssh
Message-ID:  <201509260035.t8Q0Zghp038382@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Sep 26 00:35:41 2015
New Revision: 397922
URL: https://svnweb.freebsd.org/changeset/ports/397922

Log:
  Replace plist entries with proper USES

Modified:
  head/security/hotssh/Makefile

Modified: head/security/hotssh/Makefile
==============================================================================
--- head/security/hotssh/Makefile	Sat Sep 26 00:34:53 2015	(r397921)
+++ head/security/hotssh/Makefile	Sat Sep 26 00:35:41 2015	(r397922)
@@ -24,7 +24,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus
 		${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte
 
 USE_GNOME=	pygtk2 gnomedocutils libxslt glib20 intltool
-USES=		gettext python tar:bzip2 waf
+USES=		gettext python tar:bzip2 waf desktop-file-utils
 INSTALLS_ICONS=	yes
 
 B64DECODE?=	/usr/bin/b64decode



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509260035.t8Q0Zghp038382>