From 63691abefa7f5917252e1b9ab8d9f5b59aad9907 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 2 Apr 2006 00:12:14 +0000 Subject: Disable OpenSSL support. This is not a big deal since gadugadu servers do not currently support SSL. See https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1424846&group_id=235 for more details. PR: 93689 Submitted by: Matthew Luckie Approved by: maintainer --- polish/libgadu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'polish/libgadu') diff --git a/polish/libgadu/Makefile b/polish/libgadu/Makefile index f83a76b0f3d5..c729e5b5cb0f 100644 --- a/polish/libgadu/Makefile +++ b/polish/libgadu/Makefile @@ -6,6 +6,7 @@ PORTNAME= libgadu PORTVERSION= 20051229 +PORTREVISION= 1 CATEGORIES= polish net MASTER_SITES= http://bsdguru.org/distfiles/ @@ -18,7 +19,7 @@ USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= aclocal:15 autoheader:259 autoconf:259 ACLOCAL_ARGS= -I ${WRKSRC}/m4 -CONFIGURE_ARGS= --enable-shared --disable-static +CONFIGURE_ARGS= --enable-shared --disable-static --without-openssl INSTALLS_SHLIB= yes -- cgit v1.2.3