patch for ports/x11-toolkits/linux-gtk

Trevor Johnson trevor at jpj.net
Wed Dec 3 17:14:37 UTC 2003


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



More information about the freebsd-ports-bugs mailing list