diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-07-15 02:02:17 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-07-15 02:02:17 +0000 |
commit | 35d62a5a16b773c189f9e1ead6ee28d9eb2a108b (patch) | |
tree | 7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /chat/ekg | |
parent | 6e1ab4c62d6ff5b957b64347c972634624775486 (diff) | |
download | pkgsrc-35d62a5a16b773c189f9e1ead6ee28d9eb2a108b.tar.gz |
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
Diffstat (limited to 'chat/ekg')
-rw-r--r-- | chat/ekg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile index 7d31b89c5a1..243e1c82a52 100644 --- a/chat/ekg/Makefile +++ b/chat/ekg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2013/02/06 23:20:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.51 2013/07/15 02:02:18 ryoon Exp $ DISTNAME= ekg-1.7 PKGREVISION= 7 @@ -10,7 +10,6 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://ekg.chmurka.net/ COMMENT= Experimental Gadu-Gadu Client (Polish instant messaging system) -USE_GNU_READLINE= yes USE_LIBTOOL= yes USE_NCURSES= yes USE_TOOLS+= gmake pkg-config |