svn commit: r322624 - head/biology/njplot

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 07:33:24 UTC 2013


Author: bapt
Date: Wed Jul 10 07:33:24 2013
New Revision: 322624
URL: http://svnweb.freebsd.org/changeset/ports/322624

Log:
  Convert from USE_MOTIF to USES=motif

Modified:
  head/biology/njplot/Makefile

Modified: head/biology/njplot/Makefile
==============================================================================
--- head/biology/njplot/Makefile	Wed Jul 10 07:02:33 2013	(r322623)
+++ head/biology/njplot/Makefile	Wed Jul 10 07:33:24 2013	(r322624)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	njplot
-# Date created:		5 December 2007
-# Whom:			Motomichi Matsuzaki <mzaki at biol.s.u-tokyo.ac.jp>
-#
+# Created by: Motomichi Matsuzaki <mzaki at biol.s.u-tokyo.ac.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	njplot
 PORTVERSION=	2.1
@@ -17,7 +13,7 @@ COMMENT=	Phylogenetic tree drawing progr
 .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


More information about the svn-ports-all mailing list