svn commit: r394652 - head/biology/ugene

Philip M. Gollucci pgollucci at FreeBSD.org
Tue Aug 18 20:02:46 UTC 2015


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 at gmail.com
  Approved by:         h2+fbsdports at 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


More information about the svn-ports-all mailing list