diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-10 03:21:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-10 03:21:52 +0000 |
commit | 715099554631710c1377fdfd045e7034cdd9f735 (patch) | |
tree | eb4d6aec5f80027bd81c170af2fa86976a7a4e1f /math/xgfe | |
parent | 32c215e22dd2f55112721705dea07b1dc518457a (diff) | |
download | ports-715099554631710c1377fdfd045e7034cdd9f735.tar.gz ports-715099554631710c1377fdfd045e7034cdd9f735.zip |
Change dependency from gnuplot to gnuplot+ (which has already been fixed
to adopt to the new gd). If the gnuplot mainainer can fix it before
the freeze, we'll switch back.
Notes
Notes:
svn path=/head/; revision=21532
Diffstat (limited to 'math/xgfe')
-rw-r--r-- | math/xgfe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/xgfe/Makefile b/math/xgfe/Makefile index d237d96168ba..e0616b2983a4 100644 --- a/math/xgfe/Makefile +++ b/math/xgfe/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.freebsd.org/~mph/distfiles/ MAINTAINER= mph@freebsd.org -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot+ USE_QT= yes USE_X_PREFIX= yes |