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 | |
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')
-rw-r--r-- | science/gchempaint/Makefile | 4 | ||||
-rw-r--r-- | science/gchemutils/Makefile | 3 | ||||
-rw-r--r-- | science/openbabel/Makefile | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index aadecbf86580..a60d0479da04 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -7,7 +7,7 @@ PORTNAME= gchempaint PORTVERSION= 0.8.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/0.8 @@ -19,8 +19,6 @@ BUILD_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils LIB_DEPENDS= gcu.8:${PORTSDIR}/science/gchemutils USE_BZIP2= yes -# because openbabel/gchemutils -USE_GCC= 4.2+ INSTALLS_ICONS= yes INSTALLS_OMF= yes USE_LDCONFIG= yes diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 10898dccbe03..85331b2f7f92 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -7,6 +7,7 @@ PORTNAME= gchemutils PORTVERSION= 0.8.7 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/0.8 @@ -24,8 +25,6 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:${PORTSDIR}/science/bodr \ ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:${PORTSDIR}/science/chemical-mime-data USE_BZIP2= yes -# because of openbabel -USE_GCC= 4.2+ USE_GNOME= gnomehack intlhack libglade2 libgnomeprintui libgnomeui gnomedocutils USE_GMAKE= yes USE_LDCONFIG= yes 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 |