diff options
author | asami <asami@FreeBSD.org> | 1995-10-04 18:18:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-04 18:18:56 +0800 |
commit | dc9d1dc85c52b8faa4e6fe3926476f0b3820c85d (patch) | |
tree | 85d436c4400ca359328c0dfcf26d22043c3adef1 /math/octave | |
parent | 34028a1d6b979e19d7d3e94969089d8963e455d2 (diff) | |
download | freebsd-ports-gnome-dc9d1dc85c52b8faa4e6fe3926476f0b3820c85d.tar.gz freebsd-ports-gnome-dc9d1dc85c52b8faa4e6fe3926476f0b3820c85d.tar.zst freebsd-ports-gnome-dc9d1dc85c52b8faa4e6fe3926476f0b3820c85d.zip |
Various EXEC_DEPENDS fixes.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index c1c412bd04a8..362abde048d0 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Apr 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/05/02 07:18:20 asami Exp $ # DISTNAME= octave-1.1.1 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.che.utexas.edu/pub/octave/ MAINTAINER= ports@FreeBSD.ORG -EXEC_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot HAS_CONFIGURE= yes USE_GMAKE= yes |