diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-03-11 17:04:03 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-03-11 17:04:03 +0000 |
commit | 8376a8941667d8091c5dfa136f8e5619c2d29081 (patch) | |
tree | 7d4e92b4c3f5d1e557bd64347705a2b1067edc72 /ftp/twoftpd | |
parent | f62d63aa2dccbaf3f8902a55357b966dd3ff6e7d (diff) | |
download | ports-8376a8941667d8091c5dfa136f8e5619c2d29081.tar.gz ports-8376a8941667d8091c5dfa136f8e5619c2d29081.zip |
Notes
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 |