diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-14 22:28:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-14 22:28:22 +0800 |
commit | 7a6117c79e6dba51e8dffd8136880698644462b4 (patch) | |
tree | c4f997e571548686813a4fe2db6931b619434492 /math | |
parent | 4d56d8aa787eb1999e7411a1aaf4c14211385364 (diff) | |
download | freebsd-ports-gnome-7a6117c79e6dba51e8dffd8136880698644462b4.tar.gz freebsd-ports-gnome-7a6117c79e6dba51e8dffd8136880698644462b4.tar.zst freebsd-ports-gnome-7a6117c79e6dba51e8dffd8136880698644462b4.zip |
Add Guppi into RUN_DEPENDS, so that user gets graph plotting features right
OOB.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 1 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index b4d669d70e1a..d161bd9395bc 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= gnomeole2.0:${PORTSDIR}/devel/libole2 \ gbrun.0:${PORTSDIR}/lang/gnomebasic \ giconv.2:${PORTSDIR}/converters/libiconv \ psiconv.8:${PORTSDIR}/converters/psiconv +RUN_DEPENDS= guppi-gnumeric:${PORTSDIR}/math/guppi USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index b4d669d70e1a..d161bd9395bc 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= gnomeole2.0:${PORTSDIR}/devel/libole2 \ gbrun.0:${PORTSDIR}/lang/gnomebasic \ giconv.2:${PORTSDIR}/converters/libiconv \ psiconv.8:${PORTSDIR}/converters/psiconv +RUN_DEPENDS= guppi-gnumeric:${PORTSDIR}/math/guppi USE_BZIP2= yes USE_X_PREFIX= yes |