diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-23 17:28:02 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-23 17:28:02 +0000 |
commit | b5b90cf677d216d769f0e956b7e8cb4883d53545 (patch) | |
tree | 79d56cc1d93355f127a5c5d4076d8af2486fce19 /news | |
parent | EXEC->BUILD DEPENDS (diff) |
Change EXEC_DEPENDS -> RUN_DEPENDS
Notes
Notes:
svn path=/head/; revision=2185
Diffstat (limited to '')
-rw-r--r-- | news/trn/Makefile | 2 | ||||
-rw-r--r-- | news/trn4/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile index 72892de6d03c..a96aef8a3a4a 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ IS_INTERACTIVE= yes -EXEC_DEPENDS= munpack:${PORTSDIR}/mail/mpack +RUN_DEPENDS= munpack:${PORTSDIR}/mail/mpack pre-configure: @echo "===> Running pre-configure target for ${DISTNAME}" diff --git a/news/trn4/Makefile b/news/trn4/Makefile index 72892de6d03c..a96aef8a3a4a 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ IS_INTERACTIVE= yes -EXEC_DEPENDS= munpack:${PORTSDIR}/mail/mpack +RUN_DEPENDS= munpack:${PORTSDIR}/mail/mpack pre-configure: @echo "===> Running pre-configure target for ${DISTNAME}" |