diff options
author | ache <ache@FreeBSD.org> | 1995-09-24 01:28:02 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-24 01:28:02 +0800 |
commit | 2501db4f625fbf5d6f49db5a3cfa2ef0b4773c98 (patch) | |
tree | b9900f174742d5aa766273f7f1ddc27573cc4b50 /news/trn | |
parent | 59198c0741abd9beb9e057fee6267752a03bddb1 (diff) | |
download | freebsd-ports-gnome-2501db4f625fbf5d6f49db5a3cfa2ef0b4773c98.tar.gz freebsd-ports-gnome-2501db4f625fbf5d6f49db5a3cfa2ef0b4773c98.tar.zst freebsd-ports-gnome-2501db4f625fbf5d6f49db5a3cfa2ef0b4773c98.zip |
Change EXEC_DEPENDS -> RUN_DEPENDS
Diffstat (limited to 'news/trn')
-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}" |