diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-25 16:02:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-25 16:02:39 +0000 |
commit | ebb3e48291e3ac73d9a59786366befa1544cf0ad (patch) | |
tree | 62fb64517fe63bfb25c1500df0f346fea3f186c0 /science | |
parent | Handle the shared lib/goffice directory with a @dirrmtry. (diff) |
- Switch to goffice1, which was just resurrected
Notes
Notes:
svn path=/head/; revision=188290
Diffstat (limited to 'science')
-rw-r--r-- | science/gchemutils/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 590a26810573..5c9fa5123a60 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -6,7 +6,7 @@ PORTNAME= gchemutils PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,11 +17,7 @@ COMMENT= C++ classes and Gtk2 widgets related to chemistry 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 + goffice-1.2:${PORTSDIR}/devel/goffice1 USE_BZIP2= yes USE_X_PREFIX= yes |