diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2012-08-17 12:05:45 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2012-08-17 12:05:45 +0000 |
commit | c023fb35f0531025f0d3f1ac45b3f16d73579477 (patch) | |
tree | 9b0bd9436364dc80de574e554f57ad5ea7002c5c /sysutils | |
parent | 6c37c8b3ca5fb36023361aea4d01461199dc26d1 (diff) | |
download | ports-c023fb35f0531025f0d3f1ac45b3f16d73579477.tar.gz ports-c023fb35f0531025f0d3f1ac45b3f16d73579477.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/usermin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/usermin/Makefile b/sysutils/usermin/Makefile index e4d70a042eba..10a422722ab0 100644 --- a/sysutils/usermin/Makefile +++ b/sysutils/usermin/Makefile @@ -7,6 +7,7 @@ PORTNAME= usermin PORTVERSION= 1.510 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.webmin.com/uupdates/:up \ SF/webadmin/${PORTNAME}/${PORTVERSION}:sf \ @@ -19,6 +20,7 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Web-based interface for performing some user tasks RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty \ p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM FETCH_CMD?= /usr/bin/fetch -pRr |