diff options
author | ade <ade@FreeBSD.org> | 2000-06-08 21:47:20 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-08 21:47:20 +0000 |
commit | 569e2bc81a7936d622e7ae850bd92ba5094bd276 (patch) | |
tree | 615ea48787cf76fff7ef0e06c89c2ae2d12c484b /math | |
parent | 5c10a5f311a482d95cd45af94546e9942bfb1f9c (diff) | |
download | FreeBSD-ports-569e2bc81a7936d622e7ae850bd92ba5094bd276.zip FreeBSD-ports-569e2bc81a7936d622e7ae850bd92ba5094bd276.tar.gz |
Add lang/guile in as a dependency
Submitted by: bento
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 3 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 25e05c9..74905b6 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/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 diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 25e05c9..74905b6 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 |