diff options
author | novel <novel@FreeBSD.org> | 2006-07-07 01:41:23 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-07-07 01:41:23 +0800 |
commit | 2f7fcd93f5c1a59518fd9b737829ab348c275451 (patch) | |
tree | ff3a94d23bbbe6d5f6bc57039bc747fe94ef2243 /ftp/moftpd | |
parent | c60cae1e65c11edaaad9dfcc69f4c6703f851c93 (diff) | |
download | freebsd-ports-graphics-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.gz freebsd-ports-graphics-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.zst freebsd-ports-graphics-2f7fcd93f5c1a59518fd9b737829ab348c275451.zip |
Chase gnutls shlib version change.
Diffstat (limited to 'ftp/moftpd')
-rw-r--r-- | ftp/moftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile index 41518c84be2..99c89875aee 100644 --- a/ftp/moftpd/Makefile +++ b/ftp/moftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= moftpd PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.morth.org/moftpd/ \ ${MASTER_SITE_LOCAL} @@ -31,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.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls LIBS= -L${LOCALBASE}/lib -lgnutls CFLAGS+= -I${LOCALBASE}/include .else |