diff options
Diffstat (limited to 'biology/libgenome/Makefile')
-rw-r--r-- | biology/libgenome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/libgenome/Makefile b/biology/libgenome/Makefile index fcd53ecfab72..0347c45423cb 100644 --- a/biology/libgenome/Makefile +++ b/biology/libgenome/Makefile @@ -8,6 +8,7 @@ PORTNAME= libgenome PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://www.cs.wisc.edu/~darling/libgenome/releases/ DISTNAME= libGenome-${PORTVERSION} @@ -17,7 +18,7 @@ COMMENT= Toolkit for developing bioinformatic related software in C++ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes |