diff options
Diffstat (limited to 'biology')
-rw-r--r-- | biology/njplot/Makefile | 3 | ||||
-rw-r--r-- | biology/rasmol/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/biology/njplot/Makefile b/biology/njplot/Makefile index fbf0921..a383a85 100644 --- a/biology/njplot/Makefile +++ b/biology/njplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= njplot PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/njplot/archive/ @@ -15,7 +16,7 @@ COMMENT= Phylogenetic tree drawing program capable of interactive manipulation .ifndef (WITHOUT_X11) BUILD_DEPENDS= ${LOCALBASE}/lib/ncbi/libvibrant.a:${PORTSDIR}/biology/ncbi-toolkit -USE_XLIB= yes +USE_XORG= x11 xt xmu xp USE_MOTIF= yes .endif diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index 40d7d25..42dbae22 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -7,7 +7,7 @@ PORTNAME= rasmol PORTVERSION= 2.7.2.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/ DISTNAME= RasMol_${PORTVERSION} @@ -18,6 +18,7 @@ COMMENT= Fast Molecular Visualization Program WRKSRC= ${WRKDIR}/RasMol_${PORTVERSION}/src USE_IMAKE= yes +USE_XORG= x11 xext xi MANCOMPRESSED= no XFREE86_HTML_MAN= no |