diff options
-rw-r--r-- | devel/noweb/Makefile | 4 | ||||
-rw-r--r-- | editors/uemacs/Makefile | 4 | ||||
-rw-r--r-- | math/octave-devel/Makefile | 4 | ||||
-rw-r--r-- | math/octave/Makefile | 4 | ||||
-rw-r--r-- | misc/tkinfo/Makefile | 6 |
5 files changed, 12 insertions, 10 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index b1e9106091ff..ca86af871a65 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -3,7 +3,7 @@ # Date created: 29 July 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/08/08 08:58:45 asami Exp $ # DISTNAME= noweb-2.7a @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de -EXEC_DEPENDS= icont:${PORTSDIR}/lang/icon +RUN_DEPENDS= icont:${PORTSDIR}/lang/icon WRKSRC= ${WRKDIR}/src diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index 8a52c1838355..b7bcad051d51 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.3 1995/04/09 06:11:13 asami Exp $ +# $Id: Makefile,v 1.5 1995/05/02 09:08:53 asami Exp $ # DISTNAME= uemacs @@ -14,7 +14,7 @@ DISTFILES= ue312dev.zip MAINTAINER= ports@freebsd.org -EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip NO_WRKSUBDIR= yes PATCH_STRIP= -p1 diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index c1c412bd04a8..362abde048d0 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/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 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 diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index 1b3dd0ba8a4f..15fada7aa818 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.3 1995/04/12 20:31:37 asami Exp $ +# $Id: Makefile,v 1.4 1995/05/19 09:34:57 asami Exp $ # DISTNAME= tkinfo-0.6 @@ -11,6 +11,8 @@ CATEGORIES+= utilities MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/ EXTRACT_SUFX= .tar.Z -EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk +MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de + +RUN_DEPENDS= wish:${PORTSDIR}/x11/tk .include <bsd.port.mk> |