summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz>2007-05-20 17:19:05 +0000
committerwiz <wiz>2007-05-20 17:19:05 +0000
commit5da96d5b12d785476b524e3e703462fbb1637912 (patch)
tree5ce8c94a1a2ca7c2836a834cecfae30533b46dda /chat
parentef3371d2237c5e12b8b50f99c4f1cae2f2a7f09d (diff)
downloadpkgsrc-5da96d5b12d785476b524e3e703462fbb1637912.tar.gz
Desupport gnome option.
Diffstat (limited to 'chat')
-rw-r--r--chat/bitchx/Makefile3
-rw-r--r--chat/bitchx/options.mk19
2 files changed, 1 insertions, 21 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile
index ddd84875ab3..aa5fa6a17e3 100644
--- a/chat/bitchx/Makefile
+++ b/chat/bitchx/Makefile
@@ -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 @@ WRKSRC= ${WRKDIR}/BitchX
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-ssl
-.include "options.mk"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
diff --git a/chat/bitchx/options.mk b/chat/bitchx/options.mk
deleted file mode 100644
index 946f88bbcf0..00000000000
--- a/chat/bitchx/options.mk
+++ /dev/null
@@ -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