svn commit: r421749 - head/net-im/libyahoo2

John Marino marino at FreeBSD.org
Sat Sep 10 22:01:00 UTC 2016


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 at 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 ; \


More information about the svn-ports-head mailing list