aboutsummaryrefslogtreecommitdiff
path: root/science/openbabel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-07-18 15:49:08 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-07-18 15:49:08 +0000
commitf2fafd6e428dad64ba121d91add7f1801a758da4 (patch)
tree9a68c0e49459babb6b90d1188e930653bae3ba98 /science/openbabel
parent5d1097a0db04abd08b696bd55781c12d07fe92f9 (diff)
downloadports-f2fafd6e428dad64ba121d91add7f1801a758da4.tar.gz
ports-f2fafd6e428dad64ba121d91add7f1801a758da4.zip
- Fix build on 6.3
PR: 125728 Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Notes
Notes: svn path=/head/; revision=217047
Diffstat (limited to 'science/openbabel')
-rw-r--r--science/openbabel/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile
index 05614844c1a2..3229dd11560b 100644
--- a/science/openbabel/Makefile
+++ b/science/openbabel/Makefile
@@ -8,6 +8,7 @@
PORTNAME= openbabel
PORTVERSION= 2.2.0
+PORTREVSION= 1
CATEGORIES= science
MASTER_SITES= SF
@@ -17,7 +18,6 @@ COMMENT= Chemistry file translation program
USE_GNOME= gnomehack gnometarget libxml2
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
-USE_GCC= 4.2+
MAN1= obchiral.1 obconformer.1 obenergy.1 obfit.1 obgen.1 obgrep.1 \
obminimize.1 obprobe.1 obprop.1 obrotamer.1 obrotate.1 \
@@ -31,6 +31,10 @@ PLIST_SUB= VERSION="${PORTVERSION}"
BROKEN= does not compile on ia64 (gcc internal error)
.endif
+.if (${OSVERSION} < 700042)
+LIB_DEPENDS+= boost_thread.4:${PORTSDIR}/devel/boost-python
+.endif
+
post-extract:
@${LN} -sf babel.1 ${WRKSRC}/doc/openbabel.1