Date: Tue, 10 Dec 2013 17:21:46 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336070 - head/biology/gmap Message-ID: <201312101721.rBAHLkbJ036129@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Dec 10 17:21:46 2013 New Revision: 336070 URL: http://svnweb.freebsd.org/changeset/ports/336070 Log: Support stage Convert USE_GMAKE to USES=gmake Add dependency on perl which the port need and was getting by chance bump portrevision, dependencies has changed Modified: head/biology/gmap/Makefile Modified: head/biology/gmap/Makefile ============================================================================== --- head/biology/gmap/Makefile Tue Dec 10 16:49:53 2013 (r336069) +++ head/biology/gmap/Makefile Tue Dec 10 17:21:46 2013 (r336070) @@ -3,15 +3,15 @@ PORTNAME= gmap PORTVERSION= 2006.04.21 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://www.gene.com/share/gmap/src/ DISTNAME= ${PORTNAME}-${PORTVERSION:C|\.|-|g} MAINTAINER= rpz@cse.wustl.edu -COMMENT= A Genomic Mapping and Alignment Program for mRNA and EST Sequences +COMMENT= Genomic Mapping and Alignment Program for mRNA and EST Sequences -USE_GMAKE= yes +USES= gmake perl5 GNU_CONFIGURE= yes -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312101721.rBAHLkbJ036129>