diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2017-09-23 16:43:17 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2017-09-23 16:43:17 +0000 |
commit | 185c071ee761a0d2f8682b8922c8697326d36c6f (patch) | |
tree | 50b51a6893eb85ecaac5e1a22f8699493e3a73fe /polish | |
parent | 97f7b33414488fdc4233a0982df60a7fb4b38ea1 (diff) | |
download | ports-185c071ee761a0d2f8682b8922c8697326d36c6f.tar.gz ports-185c071ee761a0d2f8682b8922c8697326d36c6f.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/ekg/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile index a3b57c73ed2b..90998e812c06 100644 --- a/polish/ekg/Makefile +++ b/polish/ekg/Makefile @@ -11,13 +11,16 @@ MASTER_SITES= http://ekg.chmurka.net/ MAINTAINER= pawel@FreeBSD.org COMMENT= Text-mode Gadu-Gadu client +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/src/COPYING + LIB_DEPENDS= libgadu.so:polish/libgadu +USES= gmake localbase ncurses pathfix pkgconfig GNU_CONFIGURE= yes -USES= gmake ncurses pathfix pkgconfig USE_LDCONFIG= yes -CONFIGURE_ARGS= --without-libungif \ +CONFIGURE_ARGS= --without-libungif \ --without-libjpeg \ --disable-ui-gtk @@ -30,6 +33,7 @@ ASPELL_CONFIGURE_ON= --enable-aspell ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ASPELL_RUN_DEPENDS= pl-aspell>0:polish/aspell +OPENSSL_USES= ssl OPENSSL_CONFIGURE_OFF= --without-openssl post-install: |