diff options
author | marcus <marcus@FreeBSD.org> | 2009-08-17 17:22:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-08-17 17:22:26 +0800 |
commit | 44e1f25cc267166b1d68b79ccc8645926b77c2ab (patch) | |
tree | a38ac38180f0b423aa71c42e69d7fe50f7912fe1 /science | |
parent | 25f3783062c7521052021c8463a19734a5c8c9d5 (diff) | |
download | freebsd-ports-gnome-44e1f25cc267166b1d68b79ccc8645926b77c2ab.tar.gz freebsd-ports-gnome-44e1f25cc267166b1d68b79ccc8645926b77c2ab.tar.zst freebsd-ports-gnome-44e1f25cc267166b1d68b79ccc8645926b77c2ab.zip |
With the change in dependencies of goffice, add an explicit dependency
on libgnomecanvas.
Reported by: QAT
Diffstat (limited to 'science')
-rw-r--r-- | science/gchemutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 2edaa1c30cba..18489020e31a 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -7,7 +7,7 @@ PORTNAME= gchemutils PORTVERSION= 0.10.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/0.10 @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:${PORTSDIR}/science/bodr \ ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:${PORTSDIR}/science/chemical-mime-data USE_BZIP2= yes -USE_GNOME= gnomehack intlhack libglade2 gnomedocutils +USE_GNOME= gnomehack intlhack libglade2 gnomedocutils libgnomecanvas USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes |