Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Dec 2003 12:14:35 -0500 (EST)
From:      Trevor Johnson <trevor@jpj.net>
To:        portmgr@freebsd.org, freebsd-ports-bugs@freebsd.org
Subject:   patch for ports/x11-toolkits/linux-gtk
Message-ID:  <20031203121339.Q5992@blues.jpj.net>

next in thread | raw e-mail | index | archive | help
Allow slave ports to set their own ONLY_FOR_ARCHS (fixes a problem with my
i386-only slave ports, noticed by kris in bento logs).

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/linux-gtk/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	19 Nov 2003 15:31:30 -0000	1.21
+++ Makefile	3 Dec 2003 01:12:07 -0000
@@ -21,7 +21,7 @@
 BUILD_DEPENDS?=	rpm:${PORTSDIR}/archivers/rpm
 USE_LINUX_PREFIX=	yes

-ONLY_FOR_ARCHS=	i386 alpha
+ONLY_FOR_ARCHS?=	i386 alpha
 DIST_SUBDIR=	rpm
 EXTRACT_ONLY=
 NO_BUILD=	yes
-- 
Trevor Johnson



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031203121339.Q5992>