diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-31 02:27:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-31 02:27:32 +0800 |
commit | 7b072f8d3c73dbb8f3d9c06be28a6813de33cc39 (patch) | |
tree | 89f644be494380f472e2a5e3d05425b2b1e57fb2 /biology | |
parent | cb51455c9ab4b53918c1023edbf7e6f93dda5ba2 (diff) | |
download | freebsd-ports-graphics-7b072f8d3c73dbb8f3d9c06be28a6813de33cc39.tar.gz freebsd-ports-graphics-7b072f8d3c73dbb8f3d9c06be28a6813de33cc39.tar.zst freebsd-ports-graphics-7b072f8d3c73dbb8f3d9c06be28a6813de33cc39.zip |
Stage support
Diffstat (limited to 'biology')
-rw-r--r-- | biology/treeviewx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/biology/treeviewx/Makefile b/biology/treeviewx/Makefile index 61ec1a3e422..30c0b71a518 100644 --- a/biology/treeviewx/Makefile +++ b/biology/treeviewx/Makefile @@ -9,14 +9,13 @@ MASTER_SITES= http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/download/${PORTVE DISTNAME= tv-${PORTVERSION} MAINTAINER= ports@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> |