svn commit: r338156 - head/biology/treeviewx

Antoine Brodin antoine at FreeBSD.org
Mon Dec 30 18:27:33 UTC 2013


Author: antoine
Date: Mon Dec 30 18:27:32 2013
New Revision: 338156
URL: http://svnweb.freebsd.org/changeset/ports/338156

Log:
  Stage support

Modified:
  head/biology/treeviewx/Makefile

Modified: head/biology/treeviewx/Makefile
==============================================================================
--- head/biology/treeviewx/Makefile	Mon Dec 30 18:08:14 2013	(r338155)
+++ head/biology/treeviewx/Makefile	Mon Dec 30 18:27:32 2013	(r338156)
@@ -9,14 +9,13 @@ MASTER_SITES=	http://darwin.zoology.gla.
 DISTNAME=	tv-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A phylogenetic tree viewer
+COMMENT=	Phylogenetic tree viewer
 
 USE_WX=		yes
 WX_COMPS=	wx contrib
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/tv
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list