diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 14:28:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 14:28:22 +0000 |
commit | a107489360d2306a491afa7447df4f59332ccd26 (patch) | |
tree | 547420ddad5bd450ffa4400de0b266466e465d72 | |
parent | Remove Gnumeric from RUN_DEPENDS. It is still needed at the build phase, but (diff) |
Add Guppi into RUN_DEPENDS, so that user gets graph plotting features right
OOB.
-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 |