diff options
author | adam <adam> | 2003-12-08 16:32:52 +0000 |
---|---|---|
committer | adam <adam> | 2003-12-08 16:32:52 +0000 |
commit | 2fafd801638a3db9bbf0ce6a3a06ee71ba7f5555 (patch) | |
tree | c8c1716435d31adc96c3055329906d1440bb5bf9 /chat/ekg/Makefile | |
parent | 640479ed70d6d98e5d44fd5c9f95fd32c9d46a29 (diff) | |
download | pkgsrc-2fafd801638a3db9bbf0ce6a3a06ee71ba7f5555.tar.gz |
Changes 1.4:
* fixed "auto_away" and "auto_away_keep_descr"
* fixed "/find" for usernames with a space
* fixed "/dcc list" for large files
* fixed "/last user"
* more...
Diffstat (limited to 'chat/ekg/Makefile')
-rw-r--r-- | chat/ekg/Makefile | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile index 958e53c09a3..47162c17223 100644 --- a/chat/ekg/Makefile +++ b/chat/ekg/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2003/11/12 03:39:39 jschauma Exp $ +# $NetBSD: Makefile,v 1.21 2003/12/08 16:32:52 adam Exp $ # -DISTNAME= ekg-1.3 +DISTNAME= ekg-1.4 CATEGORIES= chat -PKGREVISION= 1 MASTER_SITES= http://dev.null.pl/ekg/ \ http://dev.null.pl/ekg/stare/ @@ -11,18 +10,18 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://dev.null.pl/ekg/ COMMENT= Experimental Gadu-Gadu Client (Polish instant messaging system) -USE_NCURSES= # KEY_RESIZE, ncurses internals -USE_GNU_READLINE= YES -GNU_CONFIGURE= YES -USE_GMAKE= YES USE_BUILDLINK2= YES +USE_GMAKE= YES +USE_GNU_READLINE= YES USE_LIBTOOL= YES +USE_NCURSES= YES # KEY_RESIZE, ncurses internals +GNU_CONFIGURE= YES -CONFIGURE_ARGS+=--enable-ui-ncurses -CONFIGURE_ARGS+=--enable-ui-readline -CONFIGURE_ARGS+=--with-curses=${BUILDLINK_PREFIX.ncurses} -CONFIGURE_ARGS+=--with-readline=${BUILDLINK_PREFIX.readline} -CONFIGURE_ARGS+=--without-debug +CONFIGURE_ARGS+= --enable-ui-ncurses +CONFIGURE_ARGS+= --enable-ui-readline +CONFIGURE_ARGS+= --with-curses=${BUILDLINK_PREFIX.ncurses} +CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} +CONFIGURE_ARGS+= --without-debug .include "../../mk/pthread.buildlink2.mk" |