diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 08:54:13 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 08:54:13 +0000 |
commit | 3d0dcc46ab28c7878935e64dfe02556912e62702 (patch) | |
tree | 181d1b6872876f32cf58ed1d2d107df2d1644a6a /ftp/wzdftpd | |
parent | 47f7062f8daf1af7f064d90f971d4749a42363e2 (diff) | |
download | ports-3d0dcc46ab28c7878935e64dfe02556912e62702.tar.gz ports-3d0dcc46ab28c7878935e64dfe02556912e62702.zip |
Notes
Diffstat (limited to 'ftp/wzdftpd')
-rw-r--r-- | ftp/wzdftpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 77d7750c8c42..677a3b33eadf 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= wzdftpd PORTVERSION= 0.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ COMMENT= Modular FTP server configurable online using SITE commands USE_RC_SUBR= wzdftpd.sh USE_GMAKE= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GNOME= pkgconfig CONFIGURE_ARGS+= --without-pam --disable-pgsql --disable-bonjour --mandir=${MANPREFIX}/man CONFIGURE_ENV= CPPFLAGS="${CPPLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-openssl .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --disable-gnutls .endif |