diff options
author | thierry <thierry@FreeBSD.org> | 2011-07-01 01:28:36 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2011-07-01 01:28:36 +0800 |
commit | a0503d8903065b4110e382aae6d44b5dedae73d2 (patch) | |
tree | d3cccd52cdd153cf3293d16bc28b168738b62b65 /math | |
parent | ef9956d78a8faf774deffeed6220e856157720c1 (diff) | |
download | freebsd-ports-gnome-a0503d8903065b4110e382aae6d44b5dedae73d2.tar.gz freebsd-ports-gnome-a0503d8903065b4110e382aae6d44b5dedae73d2.tar.zst freebsd-ports-gnome-a0503d8903065b4110e382aae6d44b5dedae73d2.zip |
seq2 is no more used: remove this dependency.
Reported by: bf
Diffstat (limited to 'math')
-rw-r--r-- | math/rkward-kde4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/rkward-kde4/Makefile b/math/rkward-kde4/Makefile index db80415c9464..1fa44513a6f0 100644 --- a/math/rkward-kde4/Makefile +++ b/math/rkward-kde4/Makefile @@ -15,8 +15,7 @@ MAINTAINER= thierry@FreeBSD.org COMMENT= IDE/GUI for the R-project BUILD_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R -RUN_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R \ - seq2:${PORTSDIR}/misc/seq2 +RUN_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R LICENSE= GPLv2 |