1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Deploy USE_GNOMENG infrastructure

PR:		42204
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-08-31 00:42:23 +00:00
parent 8a609be531
commit 413a183ac1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65341
2 changed files with 6 additions and 6 deletions

View File

@ -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" \

View File

@ -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" \