diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/porttools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/porttools/Makefile b/devel/porttools/Makefile index 379bca4845e6..2510c17269c8 100644 --- a/devel/porttools/Makefile +++ b/devel/porttools/Makefile @@ -15,7 +15,8 @@ MAINTAINER= sergei@FreeBSD.org COMMENT= Tools for testing and submitting port updates and new ports RUN_DEPENDS= portlint:${PORTSDIR}/devel/portlint \ - sudo:${PORTSDIR}/security/sudo + sudo:${PORTSDIR}/security/sudo \ + newfile:${PORTSDIR}/devel/newfile .if !defined(NOPORTDOCS) INSTALL_TARGET= install install-docs |