diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-04-23 21:49:02 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-04-23 21:49:02 +0000 |
commit | de021a1e8cec51485f9be1c95565e7c42f0db603 (patch) | |
tree | defe5d738faa59d25f399b12198c3ad7242c2a5d /polish/ekg | |
parent | e06511d852c8fd6b3a9c5bcf7533eb4f0c5c7de5 (diff) |
Notes
Diffstat (limited to 'polish/ekg')
-rw-r--r-- | polish/ekg/Makefile | 9 |
1 files 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 <bsd.port.pre.mk> @@ -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 |