From 1ec98062c8ce3fd4a9b6a739a9168e7ffbeec280 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 1 May 2010 22:22:00 +0000 Subject: [PATCH] Set PKG_ARCH=* --- x11/gnome/icon-theme-extras/Makefile | 6 ++++-- x11/gnome/icon-theme-symbolic/Makefile | 5 ++++- x11/gnome/icon-theme/Makefile | 5 ++++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/x11/gnome/icon-theme-extras/Makefile b/x11/gnome/icon-theme-extras/Makefile index 1a3fbb086af..6ecfd432929 100644 --- a/x11/gnome/icon-theme-extras/Makefile +++ b/x11/gnome/icon-theme-extras/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2010/04/30 18:41:15 jasper Exp $ +# $OpenBSD: Makefile,v 1.6 2010/05/01 22:22:00 ajacoutot Exp $ COMMENT= extra icon theme for GNOME GNOME_PROJECT= gnome-icon-theme-extras GNOME_VERSION= 2.30.1 -PKGNAME= ${DISTNAME}p2 +PKGNAME= ${DISTNAME}p3 CATEGORIES= x11 @@ -20,6 +20,8 @@ BUILD_DEPENDS= ::x11/icon-naming-utils \ ${RUN_DEPENDS} RUN_DEPENDS= ::x11/gnome/icon-theme +PKG_ARCH= * + USE_LIBTOOL= No CONFIGURE_ENV= ac_cv_path_GIT=false \ diff --git a/x11/gnome/icon-theme-symbolic/Makefile b/x11/gnome/icon-theme-symbolic/Makefile index d535eec94a4..18d8a0dfa77 100644 --- a/x11/gnome/icon-theme-symbolic/Makefile +++ b/x11/gnome/icon-theme-symbolic/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2010/04/29 06:38:11 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.2 2010/05/01 22:22:00 ajacoutot Exp $ COMMENT= base icon theme extension for special UI contexts GNOME_PROJECT= gnome-icon-theme-symbolic GNOME_VERSION= 2.30.0 +PKGNAME= ${DISTNAME}p0 CATEGORIES= x11 @@ -18,6 +19,8 @@ MODULES= x11/gnome BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ::x11/gnome/icon-theme +PKG_ARCH= * + USE_LIBTOOL= No CONFIGURE_ENV= ac_cv_path_GIT=false \ diff --git a/x11/gnome/icon-theme/Makefile b/x11/gnome/icon-theme/Makefile index 432a0337706..f01cceb2e7e 100644 --- a/x11/gnome/icon-theme/Makefile +++ b/x11/gnome/icon-theme/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.31 2010/04/29 15:26:43 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.32 2010/05/01 22:22:00 ajacoutot Exp $ COMMENT= base icon theme for GNOME GNOME_PROJECT= gnome-icon-theme GNOME_VERSION= 2.30.2.1 +PKGNAME= ${DISTNAME}p0 CATEGORIES= x11 @@ -18,6 +19,8 @@ MODULES= x11/gnome BUILD_DEPENDS= :gettext-*:devel/gettext \ :icon-naming-utils->=0.8.90:x11/icon-naming-utils +PKG_ARCH= * + USE_X11= Yes USE_LIBTOOL= No CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \