mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Fix build on 6.3
PR: 125728 Submitted by: Max Brazhnikov <makc@issp.ac.ru>
This commit is contained in:
parent
5d1097a0db
commit
f2fafd6e42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217047
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user