diff options
Diffstat (limited to 'security/sudosh3/Makefile')
-rw-r--r-- | security/sudosh3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile index 8c899c526a13..11c128bc67cc 100644 --- a/security/sudosh3/Makefile +++ b/security/sudosh3/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> |