pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/xchat if neither gtkspell nor libsexy was selecte...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bb226102bbdf
branches: trunk
changeset: 400659:bb226102bbdf
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Oct 24 15:51:25 2009 +0000
description:
if neither gtkspell nor libsexy was selected, then --enable-spell=none.
diffstat:
chat/xchat/Makefile | 4 ++--
chat/xchat/options.mk | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (33 lines):
diff -r 047c18903f13 -r bb226102bbdf chat/xchat/Makefile
--- a/chat/xchat/Makefile Sat Oct 24 15:51:15 2009 +0000
+++ b/chat/xchat/Makefile Sat Oct 24 15:51:25 2009 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.63 2009/08/26 19:57:17 sno Exp $
+# $NetBSD: Makefile,v 1.64 2009/10/24 15:51:25 tnn Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
PKGNAME= ${DISTNAME}pl1
-PKGREVISION= 1
+PKGREVISION= 2
OWNER= tron%NetBSD.org@localhost
COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit
diff -r 047c18903f13 -r bb226102bbdf chat/xchat/options.mk
--- a/chat/xchat/options.mk Sat Oct 24 15:51:15 2009 +0000
+++ b/chat/xchat/options.mk Sat Oct 24 15:51:25 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2009/07/22 09:01:21 wiz Exp $
+# $NetBSD: options.mk,v 1.14 2009/10/24 15:51:25 tnn Exp $
.include "../../mk/bsd.prefs.mk"
@@ -73,4 +73,6 @@
.elif !empty(PKG_OPTIONS:Mlibsexy)
CONFIGURE_ARGS+= --enable-spell=libsexy
. include "../../devel/libsexy/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --enable-spell=none
.endif
Home |
Main Index |
Thread Index |
Old Index