summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-07-14 18:30:16 +0000
committerPatrick Li <pat@FreeBSD.org>2002-07-14 18:30:16 +0000
commit757b512ed39f607e3baf6a52ba0c0dacf2f302df (patch)
treecb5955cc94d5c61de74b0ad9cfaefa1d2ebde735 /irc
parentUpdate to 0.3.2. (diff)
Add USE_GNOMENG
PR: ports/40560 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=62939
Diffstat (limited to 'irc')
-rw-r--r--irc/bitchx/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile
index 898fc548891f..ac3d6fbd6b92 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -41,10 +41,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= BitchX.1
-.include <bsd.port.pre.mk>
-
.if defined(WITH_GNOME)
-USE_GNOME= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomelibs
CONFIGURE_ARGS+=--with-gtk
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${X11BASE}/include/gnome-1.0/"
PLIST_SUB+= NOGNOME:="@comment " GNOME:=""
@@ -52,8 +51,9 @@ PLIST_SUB+= NOGNOME:="@comment " GNOME:=""
CONFIGURE_ARGS+=--without-gtk
PLIST_SUB+= GNOME:="@comment " NOGNOME:=""
.endif
-.if (defined(HAVE_ESOUND) && defined(WITH_GNOME))
-USE_ESOUND= yes
+.if (defined(WITH_ESOUND) && defined(WITH_GNOME))
+USE_GNOMENG= yes
+USE_GNOME+= esound
CONFIGURE_ARGS+=--enable-sound
.endif
.if defined(WITH_IPV6)
@@ -139,4 +139,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/bxfaq.html ${PREFIX}/share/doc/bitchx
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>