diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-09 16:34:19 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-09 16:34:19 +0000 |
commit | 17b54d4ed8d6bf7e33d4cb403c8b373caf2b75dc (patch) | |
tree | 4c12496cc051dfc76a8f0957842dbd95e6dfcf7a /ftp/moftpd | |
parent | 327db67bb5280ea900fb477040f0134980a1fbc9 (diff) |
Notes
Diffstat (limited to 'ftp/moftpd')
-rw-r--r-- | ftp/moftpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile index a50dfe02c497..41518c84be28 100644 --- a/ftp/moftpd/Makefile +++ b/ftp/moftpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= moftpd PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.morth.org/moftpd/ \ ${MASTER_SITE_LOCAL} @@ -30,7 +31,7 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} CONFIGURE_ARGS+= --without-tls .elif defined(WITH_GNUTLS) CONFIGURE_ARGS+= --without-openssl -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls LIBS= -L${LOCALBASE}/lib -lgnutls CFLAGS+= -I${LOCALBASE}/include .else |