Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2013 07:33:24 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322624 - head/biology/njplot
Message-ID:  <201307100733.r6A7XOxC037529@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307100733.r6A7XOxC037529>