diff options
author | ache <ache@FreeBSD.org> | 1995-09-23 17:28:02 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-23 17:28:02 +0000 |
commit | 2501db4f625fbf5d6f49db5a3cfa2ef0b4773c98 (patch) | |
tree | b9900f174742d5aa766273f7f1ddc27573cc4b50 /news | |
parent | 59198c0741abd9beb9e057fee6267752a03bddb1 (diff) | |
download | FreeBSD-ports-2501db4f625fbf5d6f49db5a3cfa2ef0b4773c98.zip FreeBSD-ports-2501db4f625fbf5d6f49db5a3cfa2ef0b4773c98.tar.gz |
Change EXEC_DEPENDS -> RUN_DEPENDS
Diffstat (limited to 'news')
-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 72892de..a96aef8 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 72892de..a96aef8 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}" |