diff options
author | ade <ade@FreeBSD.org> | 2000-06-09 05:47:20 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-09 05:47:20 +0800 |
commit | 569e2bc81a7936d622e7ae850bd92ba5094bd276 (patch) | |
tree | 615ea48787cf76fff7ef0e06c89c2ae2d12c484b /math/gnumeric2 | |
parent | 5c10a5f311a482d95cd45af94546e9942bfb1f9c (diff) | |
download | freebsd-ports-gnome-569e2bc81a7936d622e7ae850bd92ba5094bd276.tar.gz freebsd-ports-gnome-569e2bc81a7936d622e7ae850bd92ba5094bd276.tar.zst freebsd-ports-gnome-569e2bc81a7936d622e7ae850bd92ba5094bd276.zip |
Add lang/guile in as a dependency
Submitted by: bento
Diffstat (limited to 'math/gnumeric2')
-rw-r--r-- | math/gnumeric2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 25e05c950b5a..74905b64b46e 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ python:${PORTSDIR}/lang/python LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \ - glade.3:${PORTSDIR}/devel/libglade + glade.3:${PORTSDIR}/devel/libglade \ + guile.6:${PORTSDIR}/lang/guile GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |