diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 15:33:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 15:33:24 +0800 |
commit | 2f0d96860d00843282df6f856bdbafa44c0bfadd (patch) | |
tree | ccd2dcdd244ecca80856725f131889cedfc0dcf1 | |
parent | 7cad60f92913560aab92c8ac2273a220a7aad8dd (diff) | |
download | freebsd-ports-gnome-2f0d96860d00843282df6f856bdbafa44c0bfadd.tar.gz freebsd-ports-gnome-2f0d96860d00843282df6f856bdbafa44c0bfadd.tar.zst freebsd-ports-gnome-2f0d96860d00843282df6f856bdbafa44c0bfadd.zip |
Convert from USE_MOTIF to USES=motif
-rw-r--r-- | biology/njplot/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/biology/njplot/Makefile b/biology/njplot/Makefile index bf18bcb29be9..03a9ed3d55d3 100644 --- a/biology/njplot/Makefile +++ b/biology/njplot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: njplot -# Date created: 5 December 2007 -# Whom: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp> -# +# Created by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp> # $FreeBSD$ -# PORTNAME= njplot PORTVERSION= 2.1 @@ -17,7 +13,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_XORG= x11 xt xmu xp -USE_MOTIF= yes +USES= motif .endif MAKEFILE= makefile |