diff options
author | pav <pav@FreeBSD.org> | 2007-03-25 20:54:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-25 20:54:01 +0800 |
commit | b3fefe96ded08231b7ccf812bab5f2ea188a946f (patch) | |
tree | 463392d31464f242e30503ba40550b4b1221e998 /science | |
parent | 32636869308293538632f4de2ae2c841a9d04630 (diff) | |
download | freebsd-ports-gnome-b3fefe96ded08231b7ccf812bab5f2ea188a946f.tar.gz freebsd-ports-gnome-b3fefe96ded08231b7ccf812bab5f2ea188a946f.tar.zst freebsd-ports-gnome-b3fefe96ded08231b7ccf812bab5f2ea188a946f.zip |
- Mark BROKEN for now: this release no longer works with new goffice, and
release which would work with new goffice needs new, yet unreleased openbabel
Reported by: pointyhat
Diffstat (limited to 'science')
-rw-r--r-- | science/gchemutils/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index e337449d2b77..590a26810573 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -19,6 +19,10 @@ LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \ openbabel.1:${PORTSDIR}/science/openbabel \ goffice-0.3:${PORTSDIR}/devel/goffice +# new release of gchemutils, which supports new goffice, needs a new, yet +# unreleased openbabel-2.1.0, too +BROKEN= does not work with new goffice + USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix intlhack libglade2 libgnomeprintui libgnomeui @@ -45,8 +49,4 @@ CONFIGURE_ARGS+=--disable-mozilla-plugin PLIST_SUB= MOZILLA="@comment " .endif -.if ${OSVERSION} < 500000 -BROKEN= does not link with openbabel -.endif - .include <bsd.port.post.mk> |