diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-25 12:54:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-25 12:54:01 +0000 |
commit | 84d6afb447e8ff80907b68e5e70a908b33387301 (patch) | |
tree | 2dbfbfdbebe0aad810cc3b9b2d8d8a3f2af57e48 /science/gchemutils | |
parent | 3ccd9aa948e7a97c95ae4b128de80abba81d1078 (diff) | |
download | ports-84d6afb447e8ff80907b68e5e70a908b33387301.tar.gz ports-84d6afb447e8ff80907b68e5e70a908b33387301.zip |
Notes
Diffstat (limited to 'science/gchemutils')
-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> |