Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 22:00:59 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421749 - head/net-im/libyahoo2
Message-ID:  <201609102200.u8AM0xer043894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Sep 10 22:00:59 2016
New Revision: 421749
URL: https://svnweb.freebsd.org/changeset/ports/421749

Log:
  net-im/libyahoo2: document and configure SSL build dependency

Modified:
  head/net-im/libyahoo2/Makefile

Modified: head/net-im/libyahoo2/Makefile
==============================================================================
--- head/net-im/libyahoo2/Makefile	Sat Sep 10 21:55:28 2016	(r421748)
+++ head/net-im/libyahoo2/Makefile	Sat Sep 10 22:00:59 2016	(r421749)
@@ -10,12 +10,15 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C library that handles the new Yahoo! Messenger protocol
 
-USES=		tar:bzip2 libtool pathfix
+USES=		libtool pathfix ssl:build tar:bzip2
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|-g -Wall||g ; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609102200.u8AM0xer043894>