diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-08 21:47:20 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-08 21:47:20 +0000 |
commit | c8c9990aa3376dbd52dcc82c699a783bc04762ef (patch) | |
tree | ee6ea5af0e74adbaa6378103d38484f087b4ea50 /math | |
parent | 263cded410dc8f97eee8679c5d87de4ec348594f (diff) |
Add lang/guile in as a dependency
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=29413
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 25e05c950b5a..74905b64b46e 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 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 |