diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-04 08:12:19 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-04 08:12:19 +0800 |
commit | 0714bb11735fcfbc9cf53c1b9bcb8cf29539423e (patch) | |
tree | 5b639851af10b7d885a318037aca92afc36bda75 /ftp/proftpd | |
parent | 1ff9a042eaa19ad3248c5c5c3d50294c9503e4df (diff) | |
download | freebsd-ports-gnome-0714bb11735fcfbc9cf53c1b9bcb8cf29539423e.tar.gz freebsd-ports-gnome-0714bb11735fcfbc9cf53c1b9bcb8cf29539423e.tar.zst freebsd-ports-gnome-0714bb11735fcfbc9cf53c1b9bcb8cf29539423e.zip |
- 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 |