Convert from USE_MOTIF to USES=motif
This commit is contained in:
parent
0d2bf6b55a
commit
0e92144c9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322624
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue