aboutsummaryrefslogtreecommitdiff
path: root/security/sudosh
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2004-10-30 01:46:55 +0000
committerCy Schubert <cy@FreeBSD.org>2004-10-30 01:46:55 +0000
commitc19649da3d5442a092101276bf2c06e488f4fb08 (patch)
tree3c037c539524b71e1ddb9459a82090fa5e129a88 /security/sudosh
parentcfe573c314f6c27095853c7d5e5f8676b769ba62 (diff)
downloadports-c19649da3d5442a092101276bf2c06e488f4fb08.tar.gz
ports-c19649da3d5442a092101276bf2c06e488f4fb08.zip
Notes
Diffstat (limited to 'security/sudosh')
-rw-r--r--security/sudosh/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile
index 8c899c526a13..11c128bc67cc 100644
--- a/security/sudosh/Makefile
+++ b/security/sudosh/Makefile
@@ -15,9 +15,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
MAINTAINER= cy@FreeBSD.org
COMMENT= A sudo shell
+RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
+
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
+CONFIGURE_ENV= LDFLAGS="-lutil"
.include <bsd.port.mk>