diff options
-rw-r--r-- | ftp/twoftpd/Makefile | 3 | ||||
-rw-r--r-- | mail/mailfront/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile index 00f43871346..fd3f161d19b 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 diff --git a/mail/mailfront/Makefile b/mail/mailfront/Makefile index 93a97dd0511..835a695846d 100644 --- a/mail/mailfront/Makefile +++ b/mail/mailfront/Makefile @@ -7,7 +7,7 @@ PORTNAME= mailfront PORTVERSION= 1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ \ ${MASTER_SITE_LOCAL} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= sergei MAINTAINER= ports@FreeBSD.org COMMENT= Mail server network protocol front-ends -LIB_DEPENDS= cvm-v2client.1:${PORTSDIR}/security/cvm +LIB_DEPENDS= cvm-v2client.2:${PORTSDIR}/security/cvm WANT_QMAIL= yes QMAIL_PREFIX?= /var/qmail |