summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-31 00:42:23 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-31 00:42:23 +0000
commit413a183ac1399f5288097628fbac6f98d75c7688 (patch)
treeb24b1e28f00036517e75ffc205e3d63c4623deeb /irc
parentUse USE_GNOMENG. (diff)
Deploy USE_GNOMENG infrastructure
PR: 42204 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=65341
Diffstat (limited to 'irc')
-rw-r--r--irc/xchat/Makefile6
-rw-r--r--irc/xchat1/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index db2aa6c788cc..af44cb544b4a 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -23,7 +23,7 @@ USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
-USE_IMLIB= yes
+USE_GNOMENG= yes
WANT_GNOME= yes
GNU_CONFIGURE= yes
# Assign with `+=' for slave ports
@@ -53,8 +53,8 @@ BUILD_DEPENDS+= ${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbu
CONFIGURE_ARGS+= --enable-gdk-pixbuf
.endif
-.if defined(HAVE_GNOME)
-USE_GNOME= yes
+.if ${HAVE_GNOME:Mimlib}!=""
+USE_GNOME= imlib
CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \
--enable-zvt
MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
index db2aa6c788cc..af44cb544b4a 100644
--- a/irc/xchat1/Makefile
+++ b/irc/xchat1/Makefile
@@ -23,7 +23,7 @@ USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
-USE_IMLIB= yes
+USE_GNOMENG= yes
WANT_GNOME= yes
GNU_CONFIGURE= yes
# Assign with `+=' for slave ports
@@ -53,8 +53,8 @@ BUILD_DEPENDS+= ${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbu
CONFIGURE_ARGS+= --enable-gdk-pixbuf
.endif
-.if defined(HAVE_GNOME)
-USE_GNOME= yes
+.if ${HAVE_GNOME:Mimlib}!=""
+USE_GNOME= imlib
CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \
--enable-zvt
MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \