diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-03 19:39:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-03 19:39:55 +0000 |
commit | 6670a706f1c1bdb875d3af7d8ec6a354173bd8a1 (patch) | |
tree | 08a58f408d8500884a8953abcfe399b22df33d21 /news/suck/Makefile | |
parent | 8bfe7509369221694f74ab35ee3871a383cafa24 (diff) |
Notes
Diffstat (limited to 'news/suck/Makefile')
-rw-r--r-- | news/suck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile index 57509ce8f8fd..ab4ff7fa56c0 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -39,7 +39,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/news/lib/libinn.a:${PORTSDIR}/news/inn .include <bsd.port.pre.mk> .if !defined(SUCK_WITHOUT_SSL) && !defined(WITHOUT_SSL) -.include "${PORTSDIR}/security/openssl/Makefile.ssl" +.include "${PORTSDIR}/security/openssl/bsd.openssl.mk" MAKE_ENV+= SSL_LIB="-lssl -lcrypto" MAKE_ENV+= SSL_DEFS="-I${OPENSSLINC} -DHAVE_LIBSSL" MAKE_ENV+= SSL_LIB_LOC="-L${OPENSSLLIB}" |