diff options
author | cy <cy@FreeBSD.org> | 2004-10-30 09:46:55 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2004-10-30 09:46:55 +0800 |
commit | cacd42bb34bed378bd0cf0f37cdc5117bf12fd66 (patch) | |
tree | 20fe6fe0e2bbb05b05f80c500e2a7a524ed9d066 /security/sudosh2 | |
parent | e4153e468f2077ea839f7c481b0c3fbeaddb5f3f (diff) | |
download | freebsd-ports-graphics-cacd42bb34bed378bd0cf0f37cdc5117bf12fd66.tar.gz freebsd-ports-graphics-cacd42bb34bed378bd0cf0f37cdc5117bf12fd66.tar.zst freebsd-ports-graphics-cacd42bb34bed378bd0cf0f37cdc5117bf12fd66.zip |
Add a sudo dependency and dependency on libutil.
Diffstat (limited to 'security/sudosh2')
-rw-r--r-- | security/sudosh2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/sudosh2/Makefile b/security/sudosh2/Makefile index 8c899c526a1..11c128bc67c 100644 --- a/security/sudosh2/Makefile +++ b/security/sudosh2/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> |