aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-13 20:21:55 +0800
committerVolker Stolz <vs@FreeBSD.org>2005-04-13 20:21:55 +0800
commit17eca902c0922a554cbfa5ee1f19d60691c8fddb (patch)
tree6d123cadaacedef708e6fc7152395c6d210d16f9 /science
parent3e3e1721b2c9a3e092b6e4cdae14551b40c1d67b (diff)
downloadfreebsd-ports-17eca902c0922a554cbfa5ee1f19d60691c8fddb.tar.gz
freebsd-ports-17eca902c0922a554cbfa5ee1f19d60691c8fddb.tar.zst
freebsd-ports-17eca902c0922a554cbfa5ee1f19d60691c8fddb.zip
USE_LIBTOOL instead of local patch
Notes
Notes: svn path=/head/; revision=133233
Diffstat (limited to 'science')
-rw-r--r--science/openbabel/Makefile1
-rw-r--r--science/openbabel/files/patch-ltmain.sh15
2 files changed, 1 insertions, 15 deletions
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"