diff options
author | naddy <naddy@FreeBSD.org> | 2003-02-12 02:13:27 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-02-12 02:13:27 +0800 |
commit | 28fb3a34b68f170e56701d57f7e8afcd65fa7530 (patch) | |
tree | d31edb49349818d650d1b40b5ad91bb67a67c747 /biology/libgenome/Makefile | |
parent | dc16ec7e3c010de826e995e6d0c266ff070782c2 (diff) | |
download | freebsd-ports-gnome-28fb3a34b68f170e56701d57f7e8afcd65fa7530.tar.gz freebsd-ports-gnome-28fb3a34b68f170e56701d57f7e8afcd65fa7530.tar.zst freebsd-ports-gnome-28fb3a34b68f170e56701d57f7e8afcd65fa7530.zip |
Update to version 0.5.1.
PR: 48047
Submitted by: Ports Fury
Diffstat (limited to 'biology/libgenome/Makefile')
-rw-r--r-- | biology/libgenome/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/biology/libgenome/Makefile b/biology/libgenome/Makefile index 833f646d2de2..2695838321e7 100644 --- a/biology/libgenome/Makefile +++ b/biology/libgenome/Makefile @@ -7,8 +7,7 @@ # PORTNAME= libgenome -PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTVERSION= 0.5.1 CATEGORIES= biology MASTER_SITES= http://www.libgenome.org/releases/ DISTNAME= libGenome-${PORTVERSION} @@ -17,11 +16,11 @@ MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes post-patch: - @${REINPLACE_CMD} -e 's|-O3|@CXXFLAGS@|g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|-O2|@CXXFLAGS@|g' ${WRKSRC}/src/Makefile.in post-install: .if !defined(NOPORTDOCS) |