From 17eca902c0922a554cbfa5ee1f19d60691c8fddb Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Wed, 13 Apr 2005 12:21:55 +0000 Subject: [PATCH] USE_LIBTOOL instead of local patch --- science/openbabel/Makefile | 1 + science/openbabel/files/patch-ltmain.sh | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 science/openbabel/files/patch-ltmain.sh diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile index 03fcb8740420..93c0128cd269 100644 --- a/science/openbabel/Makefile +++ b/science/openbabel/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Chemistry file translation program +USE_LIBTOOL_VER=15 USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=open diff --git a/science/openbabel/files/patch-ltmain.sh b/science/openbabel/files/patch-ltmain.sh deleted file mode 100644 index 1a456eaa6b6f..000000000000 --- a/science/openbabel/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Tue Feb 3 02:46:45 2004 -+++ ltmain.sh Thu Mar 4 13:21:54 2004 -@@ -5528,10 +5528,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"