diff options
author | pav <pav@FreeBSD.org> | 2006-03-21 02:03:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-21 02:03:38 +0800 |
commit | ce589b71672d2bbab47fe6a44a893dd7f98bab1c (patch) | |
tree | 46fbe0ed30ca3dd5eda18a3b3f3f4cd15a79d681 /science/gchemutils/Makefile | |
parent | 6c4bf33473361575c1561fd9bac1abd19a6ea8a6 (diff) | |
download | freebsd-ports-gnome-ce589b71672d2bbab47fe6a44a893dd7f98bab1c.tar.gz freebsd-ports-gnome-ce589b71672d2bbab47fe6a44a893dd7f98bab1c.tar.zst freebsd-ports-gnome-ce589b71672d2bbab47fe6a44a893dd7f98bab1c.zip |
- Update to 0.6.0
Diffstat (limited to 'science/gchemutils/Makefile')
-rw-r--r-- | science/gchemutils/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 89f4bd36dc05..99de0533215a 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= gchemutils -PORTVERSION= 0.4.8 -PORTREVISION= 1 +PORTVERSION= 0.6.0 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,21 +15,21 @@ MAINTAINER= pav@FreeBSD.org COMMENT= C++ classes and Gtk2 widgets related to chemistry LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext \ - openbabel.1:${PORTSDIR}/science/openbabel + openbabel.1:${PORTSDIR}/science/openbabel \ + goffice-1.2:${PORTSDIR}/devel/goffice USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix intlhack libglade2 libgnomeprint libgnomeui +USE_GNOME= gnomehack gnomeprefix intlhack libglade2 libgnomeprintui libgnomeui USE_GMAKE= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "does not link with openbabel" +BROKEN= does not link with openbabel .endif .include <bsd.port.post.mk> |