diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-04 00:12:19 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-04 00:12:19 +0000 |
commit | 06a2363cb1bbce48b023323018497a16bd5365d5 (patch) | |
tree | e432c79f9c1e6ee17eaaefd101f26d30f2747d82 /ftp/proftpd | |
parent | - Bump PORTREVISION. (diff) |
- pet portlint(1)
PR: ports/101337
Submitted by: Beech Rintoul <beech at alaskaparadise.com> (maintainer)
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 6d668897b9fa..a47f1e8cf418 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -128,7 +128,6 @@ LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib .if defined(WITH_OPENSSL) CFLAGS+= -DHAVE_OPENSSL -USE_OPENSSL= yes .include <${PORTSDIR}/Mk/bsd.openssl.mk> PROFTPD_LIBS+= -lssl -lcrypto -L${LOCALBASE}/lib MODULES:=${MODULES}:mod_tls |