Lines 23-29
Link Here
|
23 |
USE_BZIP2= yes |
23 |
USE_BZIP2= yes |
24 |
USE_GMAKE= yes |
24 |
USE_GMAKE= yes |
25 |
USE_PERL5= yes |
25 |
USE_PERL5= yes |
26 |
USE_IMLIB= yes |
26 |
USE_GNOMENG= yes |
27 |
WANT_GNOME= yes |
27 |
WANT_GNOME= yes |
28 |
GNU_CONFIGURE= yes |
28 |
GNU_CONFIGURE= yes |
29 |
# Assign with `+=' for slave ports |
29 |
# Assign with `+=' for slave ports |
Lines 53-60
Link Here
|
53 |
CONFIGURE_ARGS+= --enable-gdk-pixbuf |
53 |
CONFIGURE_ARGS+= --enable-gdk-pixbuf |
54 |
.endif |
54 |
.endif |
55 |
|
55 |
|
56 |
.if defined(HAVE_GNOME) |
56 |
.if ${HAVE_GNOME:Mgnomelibs}!="" |
57 |
USE_GNOME= yes |
57 |
USE_GNOME= imlib |
58 |
CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \ |
58 |
CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \ |
59 |
--enable-zvt |
59 |
--enable-zvt |
60 |
MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \ |
60 |
MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \ |