diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:49:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:49:35 +0000 |
commit | bad37a6cd4b811ce01dd9f0064fd020df161bc43 (patch) | |
tree | 496c722222b746ec4b7d8e984d2c9c4c053e3fbc /biology | |
parent | 2c80774ea9e44f876b9af2e57eb6518e34b048e6 (diff) |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/embassy/Makefile | 4 | ||||
-rw-r--r-- | biology/emboss/Makefile | 5 | ||||
-rw-r--r-- | biology/ncbi-toolkit/Makefile | 2 |
3 files changed, 4 insertions, 7 deletions
diff --git a/biology/embassy/Makefile b/biology/embassy/Makefile index b8218b976aeb..282860cda02b 100644 --- a/biology/embassy/Makefile +++ b/biology/embassy/Makefile @@ -16,11 +16,9 @@ LIB_DEPENDS= nucleus.6:${PORTSDIR}/biology/emboss PREFIX?= ${LOCALBASE}/emboss NO_MTREE= yes USE_SUBMAKE= yes -USES= iconv -USE_GMAKE= yes +USES= iconv gmake motif GNU_CONFIGURE= yes USE_XORG= x11 -USE_MOTIF= yes USE_LDCONFIG= yes OPTIONS_DEFINE= DOMAINATRIX DOMALIGN DOMSEARCH SIGNATURE STRUCTURE \ diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile index 1961199591ba..d1dc391d2975 100644 --- a/biology/emboss/Makefile +++ b/biology/emboss/Makefile @@ -22,12 +22,11 @@ CONFLICTS= qmail-ldap-[0-9]* digest-[0-9]* PREFIX?= ${LOCALBASE}/emboss NO_MTREE= yes +USES= gmake USE_SUBMAKE= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_MOTIF= yes SUB_FILES= pkg-message SUB_LIST= PREFIX=${PREFIX} DATADIR=${DATADIR} @@ -38,7 +37,7 @@ CONFIGURE_ARGS+= --with-docroot=${DOCSDIR} .if !defined(WITHOUT_X11) USE_XORG= x11 -USE_MOTIF= yes +USES+= motif LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd \ png15:${PORTSDIR}/graphics/png .else diff --git a/biology/ncbi-toolkit/Makefile b/biology/ncbi-toolkit/Makefile index 3c1ef4e2cf66..f829f790b278 100644 --- a/biology/ncbi-toolkit/Makefile +++ b/biology/ncbi-toolkit/Makefile @@ -13,7 +13,7 @@ COMMENT= NCBI development toolkit, including BLAST 2 and GenBank/Entrez support OPTIONS_DEFINE= DOCS -USE_MOTIF= yes +USES= motif MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message |