diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-18 23:49:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-18 23:49:08 +0800 |
commit | ce68757d421a8d317ff1404dbe660f1931b3c3fb (patch) | |
tree | d0e03c7420e3ff5ac27124abe096a8d04f975c9f /science/openbabel | |
parent | 19ede5f99a733dbb49cb8771cd0f3072535ec1a6 (diff) | |
download | freebsd-ports-gnome-ce68757d421a8d317ff1404dbe660f1931b3c3fb.tar.gz freebsd-ports-gnome-ce68757d421a8d317ff1404dbe660f1931b3c3fb.tar.zst freebsd-ports-gnome-ce68757d421a8d317ff1404dbe660f1931b3c3fb.zip |
- Fix build on 6.3
PR: 125728
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Diffstat (limited to 'science/openbabel')
-rw-r--r-- | science/openbabel/Makefile | 6 |
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 |