From de021a1e8cec51485f9be1c95565e7c42f0db603 Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Wed, 23 Apr 2008 21:49:02 +0000 Subject: [PATCH] - Add openssl option - Bump portrevision PR: ports/120688 Submitted by: "Bartłomiej Syryjczyk" Approved by: maintainer timeout (2 Months) --- polish/ekg/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile index 824df485a323..f3c355aa609f 100644 --- a/polish/ekg/Makefile +++ b/polish/ekg/Makefile @@ -6,6 +6,7 @@ PORTNAME= ekg PORTVERSION= 1.7 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= polish net-im MASTER_SITES= http://ekg.chmurka.net/ @@ -22,7 +23,6 @@ USE_GNOME= gnomehack pkgconfig CONFIGURE_ARGS+= --disable-shared \ --disable-static \ --enable-dynamic \ - --without-openssl \ --disable-libgadu-openssl \ --without-libungif \ --without-libjpeg @@ -31,7 +31,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lexecinfo" -OPTIONS= ASPELL "Build with ASPELL support" off +OPTIONS= ASPELL "Build with ASPELL support" off \ + OPENSSL "Build with OPENSSL support" on .include @@ -40,6 +41,10 @@ LIB_DEPENDS+= aspell.16:${PORTSDIR}/polish/aspell CONFIGURE_ARGS+= --enable-aspell .endif +.if defined(WITHOUT_OPENSSL) +CONFIGURE_ARGS+= --without-openssl +.endif + USE_LDCONFIG= yes MAN1= ekg.1