pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/bitchx Desupport gnome option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5b6fdb101c5
branches:  trunk
changeset: 528951:a5b6fdb101c5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 20 17:19:05 2007 +0000

description:
Desupport gnome option.

diffstat:

 chat/bitchx/Makefile   |   3 +--
 chat/bitchx/options.mk |  19 -------------------
 2 files changed, 1 insertions(+), 21 deletions(-)

diffs (40 lines):

diff -r a8586710e5fc -r a5b6fdb101c5 chat/bitchx/Makefile
--- a/chat/bitchx/Makefile      Sun May 20 17:10:50 2007 +0000
+++ b/chat/bitchx/Makefile      Sun May 20 17:19:05 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2007/03/17 13:25:46 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2007/05/20 17:19:05 wiz Exp $
 
 DISTNAME=      ircii-pana-1.1-final
 PKGNAME=       bitchx-1.1
@@ -18,7 +18,6 @@
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --with-ssl
 
-.include "options.mk"
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Darwin"
diff -r a8586710e5fc -r a5b6fdb101c5 chat/bitchx/options.mk
--- a/chat/bitchx/options.mk    Sun May 20 17:10:50 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2005/10/05 13:29:49 wiz Exp $
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.bitchx
-PKG_SUPPORTED_OPTIONS= gtk
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mgtk)
-.include "../../graphics/imlib/buildlink3.mk"
-.include "../../x11/gnome-libs/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-gtk
-CFLAGS+=               -I${PREFIX}/include/gnome-1.0
-PLIST_SUBST+=          GTK="gtk"
-PLIST_SUBST+=          NOT_GTK="@comment "
-.else
-PLIST_SUBST+=          GTK=
-PLIST_SUBST+=          NOT_GTK=
-.endif



Home | Main Index | Thread Index | Old Index