svn commit: r477425 - head/devel/liteide

Steve Wills swills at FreeBSD.org
Fri Aug 17 13:29:26 UTC 2018


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


More information about the svn-ports-all mailing list