diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
commit | 4a8684e352ac6d7260613e6ad3743fabd00eaf7d (patch) | |
tree | c1022f7df000935302e4c7f143c5b049290dacc2 /biology | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) | |
download | ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.tar.gz ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.zip |
Sync to new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=265663
Diffstat (limited to 'biology')
-rw-r--r-- | biology/emboss/Makefile | 2 | ||||
-rw-r--r-- | biology/iolib/Makefile | 2 | ||||
-rw-r--r-- | biology/libgenome/Makefile | 2 | ||||
-rw-r--r-- | biology/mopac/Makefile | 2 | ||||
-rw-r--r-- | biology/phyml/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile index 2df4733f8a2e..2e7181a6d4a9 100644 --- a/biology/emboss/Makefile +++ b/biology/emboss/Makefile @@ -28,7 +28,7 @@ NO_MTREE= yes USE_SUBMAKE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_MOTIF= yes SUB_FILES= pkg-message diff --git a/biology/iolib/Makefile b/biology/iolib/Makefile index 56dc56df972c..ad81eb772efa 100644 --- a/biology/iolib/Makefile +++ b/biology/iolib/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USE_AUTOTOOLS= libtool:22:env +USE_AUTOTOOLS= libtool:env GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/biology/libgenome/Makefile b/biology/libgenome/Makefile index 3258fd92d482..5b046ba12094 100644 --- a/biology/libgenome/Makefile +++ b/biology/libgenome/Makefile @@ -16,7 +16,7 @@ DISTNAME= libGenome-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit for developing bioinformatic related software in C++ -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/biology/mopac/Makefile b/biology/mopac/Makefile index 19f7529c6001..b51e1710f55c 100644 --- a/biology/mopac/Makefile +++ b/biology/mopac/Makefile @@ -19,7 +19,7 @@ COMMENT= Semi-empirical (MNDO, etc.) molecular orbital calculation LIB_DEPENDS= f2c:${PORTSDIR}/lang/f2c USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:111 automake:111 autoconf:268 libtool:22 +USE_AUTOTOOLS= aclocal automake autoconf libtool ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing --copy CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/biology/phyml/Makefile b/biology/phyml/Makefile index 01876f1d0c4e..bab1fdbda81b 100644 --- a/biology/phyml/Makefile +++ b/biology/phyml/Makefile @@ -17,7 +17,7 @@ COMMENT= A simple, fast, and accurate algorithm to estimate large phylogenies WRKSRC= ${WRKDIR}/${PORTNAME}/src GNU_CONFIGURE= yes PLIST_FILES= bin/phyml -USE_AUTOTOOLS= automake:111 aclocal:111 +USE_AUTOTOOLS= automake aclocal AUTOMAKE_ARGS= --add-missing .include <bsd.port.pre.mk> |