diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-31 00:42:23 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-31 00:42:23 +0000 |
commit | 413a183ac1399f5288097628fbac6f98d75c7688 (patch) | |
tree | b24b1e28f00036517e75ffc205e3d63c4623deeb /irc/xchat1 | |
parent | 8a609be53116f279d9c38adaeae64b221e32514e (diff) | |
download | ports-413a183ac1399f5288097628fbac6f98d75c7688.tar.gz ports-413a183ac1399f5288097628fbac6f98d75c7688.zip |
Notes
Diffstat (limited to 'irc/xchat1')
-rw-r--r-- | irc/xchat1/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" \ |