diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2006-09-21 10:30:20 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2006-09-21 10:30:20 +0000 |
commit | ec128d043b67cffc4cbd41a4790b06a4dec0a398 (patch) | |
tree | 306d759c74474ba0c827c0538cc21904b8b97fd8 /ftp/twoftpd | |
parent | 043ee0b4211684dd94f90217a20d8cc434807d27 (diff) | |
download | ports-ec128d043b67cffc4cbd41a4790b06a4dec0a398.tar.gz ports-ec128d043b67cffc4cbd41a4790b06a4dec0a398.zip |
- Add security/cvm to LIB_DEPENDS as this port now links against cvm
dynamically
- devel/bglibs is now pulled as a dependency for cvm
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=173527
Diffstat (limited to 'ftp/twoftpd')
-rw-r--r-- | ftp/twoftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile index 53b857176439..951f2477a8d9 100644 --- a/ftp/twoftpd/Makefile +++ b/ftp/twoftpd/Makefile @@ -7,14 +7,14 @@ PORTNAME= twoftpd PORTVERSION= 1.21 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://untroubled.org/${PORTNAME}/ MAINTAINER= sergei@FreeBSD.org COMMENT= A simple, secure, efficient FTP server -BUILD_DEPENDS= ${BGLIBS_LIB}/libbg-unix.a:${PORTSDIR}/devel/bglibs \ - ${LOCALBASE}/lib/libcvm-client.a:${PORTSDIR}/security/cvm +LIB_DEPENDS= cvm-v2client.1:${PORTSDIR}/security/cvm USE_GPG= yes SIG_SUFFIX= .sig |