diff options
author | dhn <dhn@FreeBSD.org> | 2009-03-12 01:04:03 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-03-12 01:04:03 +0800 |
commit | 0bec1e1fb6e074c6e21cc6ce1bc4a97002a7f491 (patch) | |
tree | 75d8c77de36861a5778f263f0facb053e8630b99 /ftp/twoftpd | |
parent | 1081b6e41d1d9b7c621ec7e544c08f5423358000 (diff) | |
download | freebsd-ports-gnome-0bec1e1fb6e074c6e21cc6ce1bc4a97002a7f491.tar.gz freebsd-ports-gnome-0bec1e1fb6e074c6e21cc6ce1bc4a97002a7f491.tar.zst freebsd-ports-gnome-0bec1e1fb6e074c6e21cc6ce1bc4a97002a7f491.zip |
- Chase security/cvm shlib bump
- Bump PORTREVISION
PR: 132502
Submitted by: Alex Povolotsky <tarkhil@over.ru>
Approved by: miwi (mentor)
Diffstat (limited to 'ftp/twoftpd')
-rw-r--r-- | ftp/twoftpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile index 00f43871346f..fd3f161d19b9 100644 --- a/ftp/twoftpd/Makefile +++ b/ftp/twoftpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= twoftpd PORTVERSION= 1.41 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://untroubled.org/${PORTNAME}/ @@ -14,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A simple, secure, efficient FTP server BUILD_DEPENDS= ${LOCALBASE}/bin/bg-installer:${PORTSDIR}/devel/bglibs -LIB_DEPENDS= cvm-v2client.1:${PORTSDIR}/security/cvm +LIB_DEPENDS= cvm-v2client.2:${PORTSDIR}/security/cvm CFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/bglibs |