svn commit: r413156 - head/devel/gvp

Thomas Zander riggs at FreeBSD.org
Tue Apr 12 19:14:36 UTC 2016


Author: riggs
Date: Tue Apr 12 19:14:35 2016
New Revision: 413156
URL: https://svnweb.freebsd.org/changeset/ports/413156

Log:
  Remove accidentally leftover ${PORTSDIR} vars in *_DEPENDS
  
  Reported by:	jbeich

Modified:
  head/devel/gvp/Makefile

Modified: head/devel/gvp/Makefile
==============================================================================
--- head/devel/gvp/Makefile	Tue Apr 12 18:55:42 2016	(r413155)
+++ head/devel/gvp/Makefile	Tue Apr 12 19:14:35 2016	(r413156)
@@ -11,8 +11,8 @@ COMMENT=	Go Versioning Manager
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
-		go:${PORTSDIR}/lang/go
+RUN_DEPENDS=	bash:shells/bash \
+		go:lang/go
 
 USES=		shebangfix
 


More information about the svn-ports-all mailing list