diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-01 20:57:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-01 21:00:05 +0000 |
commit | f327881e0ee7eba9343e335725f376a38e8063f9 (patch) | |
tree | cde17770f73d00e9130dda44c70c141816955240 | |
parent | 7e3720fabe1bed859ea2d04d4d8a915fa3222494 (diff) | |
download | ports-f327881e0ee7eba9343e335725f376a38e8063f9.tar.gz ports-f327881e0ee7eba9343e335725f376a38e8063f9.zip |
science/gchemutils: drop wrong dependency on gtkglext
-rw-r--r-- | science/gchemutils/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 849985a7bba7..e5b67ab72a51 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -2,7 +2,7 @@ PORTNAME= gchemutils PORTVERSION= 0.14.16 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTVERSION:R} DISTNAME= gnome-chemistry-utils-${PORTVERSION} @@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:science/bodr \ ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data -LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ - libopenbabel.so:science/openbabel \ +LIB_DEPENDS= libopenbabel.so:science/openbabel \ libgoffice-0.10.so:devel/goffice RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:science/bodr \ ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data |