aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-04-07 05:16:05 +0800
committermarcus <marcus@FreeBSD.org>2003-04-07 05:16:05 +0800
commit8d5aebb15f925802df103642983fbaa93a2b1e5a (patch)
treefda0740a809b9e0755c425905c8a528f4bd02a2d /x11-toolkits
parentce51d65108bdf9d881971f2456db24ae4517bd72 (diff)
downloadfreebsd-ports-graphics-8d5aebb15f925802df103642983fbaa93a2b1e5a.tar.gz
freebsd-ports-graphics-8d5aebb15f925802df103642983fbaa93a2b1e5a.tar.zst
freebsd-ports-graphics-8d5aebb15f925802df103642983fbaa93a2b1e5a.zip
* Update to new GNOME infrastructure
* Set GNOME_DESKTOP_VERSION explicitly so users can upgrade or downgrade across desktop versions
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/panel--/Makefile2
-rw-r--r--x11-toolkits/py-gnome/Makefile3
2 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/panel--/Makefile b/x11-toolkits/panel--/Makefile
index accb8c40114..336789266fd 100644
--- a/x11-toolkits/panel--/Makefile
+++ b/x11-toolkits/panel--/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= gnomemm-1.2.10:${PORTSDIR}/x11-toolkits/gnome--
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOMENG= yes
+GNOME_DESKTOP_VERSION=1
USE_GNOME= gnomelibs libpanel
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile
index 849dd8ce55f..3e063ca3f8d 100644
--- a/x11-toolkits/py-gnome/Makefile
+++ b/x11-toolkits/py-gnome/Makefile
@@ -23,14 +23,13 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk
USE_BZIP2= yes
USE_GMAKE= yes
USE_PYTHON= yes
-USE_GNOMENG= yes
+GNOME_DESKTOP_VERSION=1
USE_GNOME= gtkhtml libpanel
USE_LIBTOOL= yes
LIBTOOLFILES= configure pygtk/configure
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
--with-gnome-config=${X11BASE}/bin/gnome-config \
--with-gtkhtml
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
EG_SRC_DIR= ${WRKSRC}/pygnome/examples
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome