diff options
-rw-r--r-- | sci-biology/primer3/primer3-1.0.0.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sci-biology/primer3/primer3-1.0.0.ebuild b/sci-biology/primer3/primer3-1.0.0.ebuild index 5887889f4ac0..137627bf9d84 100644 --- a/sci-biology/primer3/primer3-1.0.0.ebuild +++ b/sci-biology/primer3/primer3-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/primer3-1.0.0.ebuild,v 1.12 2007/06/28 14:36:23 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/primer3-1.0.0.ebuild,v 1.13 2008/02/07 14:52:58 grobian Exp $ DESCRIPTION="Design primers for PCR reactions." HOMEPAGE="http://primer3.sourceforge.net/" @@ -19,10 +19,6 @@ S=${WORKDIR}/${PN}_${PV}/src src_unpack() { unpack ${A} - if use ppc-macos; then - cd ${S} - sed -e "s:LIBOPTS ='-static':LIBOPTS =:" -i Makefile || die - fi } src_compile() { |