aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-07-15 02:30:16 +0800
committerpat <pat@FreeBSD.org>2002-07-15 02:30:16 +0800
commit3e49b3c925a70510a0caf2012c14de008e8f4760 (patch)
tree9618a278b78d2430765b7ef22bd63408f366e063 /irc
parent947226304c2a2dca75dc732e543600858643814b (diff)
downloadfreebsd-ports-gnome-3e49b3c925a70510a0caf2012c14de008e8f4760.tar.gz
freebsd-ports-gnome-3e49b3c925a70510a0caf2012c14de008e8f4760.tar.zst
freebsd-ports-gnome-3e49b3c925a70510a0caf2012c14de008e8f4760.zip
Add USE_GNOMENG
PR: ports/40560 Submitted by: maintainer
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>