svn commit: r397922 - head/security/hotssh

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 26 00:35:42 UTC 2015


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


More information about the svn-ports-head mailing list