diff options
author | beech <beech@FreeBSD.org> | 2008-04-24 05:49:02 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-04-24 05:49:02 +0800 |
commit | 3f01377473e50999715581e114aeb18f85247bea (patch) | |
tree | f31e1784f9c448eef176e738c57f5544222f019c /polish/ekg | |
parent | d733c6046f40194e45fb31c1e51d97a7447cd439 (diff) | |
download | freebsd-ports-gnome-3f01377473e50999715581e114aeb18f85247bea.tar.gz freebsd-ports-gnome-3f01377473e50999715581e114aeb18f85247bea.tar.zst freebsd-ports-gnome-3f01377473e50999715581e114aeb18f85247bea.zip |
- Add openssl option
- Bump portrevision
PR: ports/120688
Submitted by: "Bartłomiej Syryjczyk" <guzik@zst.edu.pl>
Approved by: maintainer timeout (2 Months)
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 |