Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2018 13:29:26 +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: r477425 - head/devel/liteide
Message-ID:  <201808171329.w7HDTQ5A027153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Aug 17 13:29:25 2018
New Revision: 477425
URL: https://svnweb.freebsd.org/changeset/ports/477425

Log:
  devel/liteide: Some corrections to the previous commit
  
  PR:		230563
  Reported by:	mat

Modified:
  head/devel/liteide/Makefile   (contents, props changed)

Modified: head/devel/liteide/Makefile
==============================================================================
--- head/devel/liteide/Makefile	Fri Aug 17 13:26:16 2018	(r477424)
+++ head/devel/liteide/Makefile	Fri Aug 17 13:29:25 2018	(r477425)
@@ -11,11 +11,12 @@ COMMENT=	Simple, open source, cross-platform Go IDE
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/LICENSE.LGPL
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/go:lang/go
-RUN_DEPENDS=	${LOCALBASE}/bin/go:lang/go \
-		${LOCALBASE}/bin/gocode:devel/go-gocode
+BUILD_DEPENDS=	go:lang/go
+RUN_DEPENDS=	go:lang/go \
+		gocode:devel/go-gocode
 
 FLAVORS=	qt5 qt4
+FLAVOR?=	${FLAVORS:[1]}
 
 qt4_CONFLICTS_INSTALL=	${PORTNAME}
 qt4_PKGNAMESUFFIX=	-qt4



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