diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-25 06:11:52 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-25 06:11:52 +0000 |
commit | bf5a7b6d475f4902af7353fc6cd3ff3ec032ec65 (patch) | |
tree | a76990a74ae37a72c43d4604f8cef73850e064f1 /ports-mgmt/porttools/Makefile | |
parent | 7f7a2e76cc6eaa6a69a98f46ad7b842ea2bb4986 (diff) | |
download | ports-bf5a7b6d475f4902af7353fc6cd3ff3ec032ec65.tar.gz ports-bf5a7b6d475f4902af7353fc6cd3ff3ec032ec65.zip |
Notes
Diffstat (limited to 'ports-mgmt/porttools/Makefile')
-rw-r--r-- | ports-mgmt/porttools/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ports-mgmt/porttools/Makefile b/ports-mgmt/porttools/Makefile index 5c24d093f208..59b6a80ade1b 100644 --- a/ports-mgmt/porttools/Makefile +++ b/ports-mgmt/porttools/Makefile @@ -6,7 +6,7 @@ # PORTNAME= porttools -PORTVERSION= 0.01 +PORTVERSION= 0.10 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,6 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sergei@kolobov.com COMMENT= Tools for testing and submitting port updates and new ports +RUN_DEPENDS= portlint:${PORTSDIR}/devel/portlint \ + sudo:${PORTSDIR}/security/sudo + NO_BUILD= yes MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ INSTALL_DATA="${INSTALL_DATA}" |