diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2014-07-01 07:04:47 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2014-07-01 07:04:47 +0000 |
commit | 6e2e6fe4b0edb3ca8c88c8267db80e1655a01125 (patch) | |
tree | c9293086bc7f7c3d0b0e223b497e7465b5e0717b /shells | |
parent | 011f1923834306c13fbe8cdeef11058b09cd6617 (diff) |
multiple: avoid RUN_DEPENDS=${BUILD_DEPENDS} anti-pattern
The ports infrastructure may insert additional content into the
BUILD_DEPENDS variable which is not supposed to be a run depend.
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=359963
Diffstat (limited to 'shells')
-rw-r--r-- | shells/scponly/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile index c976656a1712..bb1f6e0bb091 100644 --- a/shells/scponly/Makefile +++ b/shells/scponly/Makefile @@ -49,7 +49,7 @@ UNISON_BUILD_DEPENDS= unison:${PORTSDIR}/net/unison UNISON_CONFIGURE_ENABLE= unison-compat WINSCP_CONFIGURE_ENABLE= winscp-compat -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} post-patch: @${ECHO_MSG} "In addition to knobs available from the OPTIONS dialog," |