From bda85f954c6bb429870602007e4a5b3bf4917f6c Mon Sep 17 00:00:00 2001 From: beech Date: Mon, 7 Jan 2008 20:55:35 +0000 Subject: - Fix issue, if compiled with both base and port versions of openssl installed, mod_tls will fail to load. - Bump portrevision PR: ports/119243 Submitted by: Joe Horn Approved by: linimon (mentor) --- ftp/proftpd-devel/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ftp/proftpd-devel') diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 6828f7f79cfb..819a5754ab62 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ @@ -187,9 +187,9 @@ PLIST_FILES+= include/proftpd/mod_sql.h .endif .if defined(WITH_OPENSSL) -CFLAGS+= -DHAVE_OPENSSL .include <${PORTSDIR}/Mk/bsd.openssl.mk> -PROFTPD_LIBS+= -lssl -lcrypto -L${LOCALBASE}/lib +CFLAGS+= -DHAVE_OPENSSL -I${OPENSSLINC} +PROFTPD_LIBS+= -lssl -lcrypto -L${OPENSSLLIB} MODULES:=${MODULES}:mod_tls .endif -- cgit