Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 22:19:39 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485206 - head/sysutils/desktop-installer
Message-ID:  <201811172219.wAHMJdZQ021074@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Nov 17 22:19:39 2018
New Revision: 485206
URL: https://svnweb.freebsd.org/changeset/ports/485206

Log:
  Fix typo from r485195
  
  Pointyhat to:	jwb

Modified:
  head/sysutils/desktop-installer/Makefile

Modified: head/sysutils/desktop-installer/Makefile
==============================================================================
--- head/sysutils/desktop-installer/Makefile	Sat Nov 17 22:19:15 2018	(r485205)
+++ head/sysutils/desktop-installer/Makefile	Sat Nov 17 22:19:39 2018	(r485206)
@@ -10,7 +10,7 @@ COMMENT=	Quickly configure a FreeBSD desktop system
 
 LICENSE=	BSD2CLAUSE
 
-RUN_DEPENDS=	auto-admin>=0.4.4:wip/auto-admin
+RUN_DEPENDS=	auto-admin>=0.4.4:sysutils/auto-admin
 
 USES=		tar:xz
 



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