aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-10 21:27:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-10 21:27:52 +0000
commit63b5d4e7cea376c291cebb7e6d4fa56635771ba5 (patch)
tree544980741b8d98b758c7d2ef9c440a14dec14894 /net-im
parentf7417b94915b417bed22f83a502d8518825ecbe8 (diff)
downloadports-63b5d4e7cea376c291cebb7e6d4fa56635771ba5.tar.gz
ports-63b5d4e7cea376c291cebb7e6d4fa56635771ba5.zip
Warn the user that MSN will not work unless they specify either WITH_GNUTLS
or WITH_NSS (or both). Suggested by: Tuc <tuc@ttsg.com>
Notes
Notes: svn path=/head/; revision=90820
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile
index 1bdab97643d6..640f27928459 100644
--- a/net-im/gaim/Makefile
+++ b/net-im/gaim/Makefile
@@ -100,6 +100,10 @@ pre-everything::
@${ECHO_MSG} " WITH_NSS Enable Mozilla NSS encryption support"
@${ECHO_MSG} " TCL_VER Use Tcl/Tk (version)"
@${ECHO_MSG} ""
+.if !defined(WITH_GNUTLS) && !defined(WITH_NSS)
+ @${ECHO_MSG} "WARNING: In order to use MSN, you must define WITH_GNUTLS and/or WITH_NSS"
+ @${ECHO_MSG} ""
+.endif
post-patch:
@${REINPLACE_CMD} -e 's|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \