diff options
author | sergei <sergei@FreeBSD.org> | 2006-09-21 18:30:20 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2006-09-21 18:30:20 +0800 |
commit | 31258fe361ef7bde2d17a403370f11616adddd29 (patch) | |
tree | 2355b95ab3ce5c404db2ba8c3f1b4c6c881a1111 /ftp | |
parent | f68b620841e7782882b601da0ec40b3ec937bdae (diff) | |
download | freebsd-ports-gnome-31258fe361ef7bde2d17a403370f11616adddd29.tar.gz freebsd-ports-gnome-31258fe361ef7bde2d17a403370f11616adddd29.tar.zst freebsd-ports-gnome-31258fe361ef7bde2d17a403370f11616adddd29.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
Diffstat (limited to 'ftp')
-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 |