Add a sudo dependency and dependency on libutil.

This commit is contained in:
Cy Schubert 2004-10-30 01:46:55 +00:00
parent cfe573c314
commit c19649da3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120472
3 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>