Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 20:02:46 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394652 - head/biology/ugene
Message-ID:  <201508182002.t7IK2kUh007120@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pgollucci
Date: Tue Aug 18 20:02:45 2015
New Revision: 394652
URL: https://svnweb.freebsd.org/changeset/ports/394652

Log:
  biology/ugene: qt4-linguist -> qt4-linguisttools
  
  - add USES=desktop-file-utils
  
  PR:                  202138
  Submitted by:        s3erios@gmail.com
  Approved by:         h2+fbsdports@fsfe.org

Modified:
  head/biology/ugene/Makefile

Modified: head/biology/ugene/Makefile
==============================================================================
--- head/biology/ugene/Makefile	Tue Aug 18 20:02:40 2015	(r394651)
+++ head/biology/ugene/Makefile	Tue Aug 18 20:02:45 2015	(r394652)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ugene
 DISTVERSION=	1.17.0
+PORTREVISION=	1
 CATEGORIES=	biology science
 MASTER_SITES=	http://ugene.unipro.ru/downloads/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} QueryDesigner_UserManual.pdf \
@@ -17,10 +18,10 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-USES=		execinfo qmake
+USES=		desktop-file-utils execinfo qmake
 USE_GL=		glu
 USE_QT4=	corelib gui network script webkit xml \
-		linguist_build moc_build qmake_build qtestlib_build \
+		linguisttools_build moc_build qmake_build qtestlib_build \
 		rcc_build scripttools_build uic_build \
 		imageformats_run
 USE_XORG=	xtst



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