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/trn/Makefile | |
parent | EXEC->BUILD DEPENDS (diff) |
Change EXEC_DEPENDS -> RUN_DEPENDS
Diffstat (limited to 'news/trn/Makefile')
-rw-r--r-- | news/trn/Makefile | 2 |
1 files changed, 1 insertions, 1 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}" |