diff options
author | vs <vs@FreeBSD.org> | 2005-04-13 20:21:55 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-13 20:21:55 +0800 |
commit | 228896318ff62b62e0eb3cd572c853f27a049497 (patch) | |
tree | 438862b5f7a6b2bbe3f22214a92d307d675c801d /science | |
parent | 612e8701d7e97ae8ed6c517744f20de6e71094f9 (diff) | |
download | freebsd-ports-gnome-228896318ff62b62e0eb3cd572c853f27a049497.tar.gz freebsd-ports-gnome-228896318ff62b62e0eb3cd572c853f27a049497.tar.zst freebsd-ports-gnome-228896318ff62b62e0eb3cd572c853f27a049497.zip |
USE_LIBTOOL instead of local patch
Diffstat (limited to 'science')
-rw-r--r-- | science/openbabel/Makefile | 1 | ||||
-rw-r--r-- | science/openbabel/files/patch-ltmain.sh | 15 |
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" |