From owner-svn-ports-head@freebsd.org Fri Aug 17 13:29:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A173106EC8D; Fri, 17 Aug 2018 13:29:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50E237D51C; Fri, 17 Aug 2018 13:29:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2DCC4F29; Fri, 17 Aug 2018 13:29:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7HDTQMm027154; Fri, 17 Aug 2018 13:29:26 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7HDTQ5A027153; Fri, 17 Aug 2018 13:29:26 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808171329.w7HDTQ5A027153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 17 Aug 2018 13:29:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477425 - head/devel/liteide X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/liteide X-SVN-Commit-Revision: 477425 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2018 13:29:26 -0000 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