diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-31 00:42:23 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-31 00:42:23 +0000 |
commit | 03a12d52435406bc49afa61495c1718c88ad6f6c (patch) | |
tree | 34e84e9a2a1dea7c9da47b588c2a5884007eaf62 /irc/xchat1 | |
parent | c09dc513f70813fd1915b12787ca0e934c4e4f5d (diff) | |
download | FreeBSD-ports-03a12d52435406bc49afa61495c1718c88ad6f6c.zip FreeBSD-ports-03a12d52435406bc49afa61495c1718c88ad6f6c.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42204
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer
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 db2aa6c..af44cb54 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" \ |