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 /math/gnumeric | |
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.
Notes
Notes:
svn path=/head/; revision=56074
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 1 |
1 files changed, 1 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 |