From 37833b92018f7fcba4ec5bf034151af1039c8f9f Mon Sep 17 00:00:00 2001 From: erwin Date: Tue, 29 Jan 2008 20:26:01 +0000 Subject: Change the previous BROKEN into MANUAL_PACKAGE_BUILD as it's caused by the old CPU architecture in the pointyhat nodes. Submitted by: az --- devel/ustl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/ustl/Makefile b/devel/ustl/Makefile index d008e3862af3..c92ea2fd36c1 100644 --- a/devel/ustl/Makefile +++ b/devel/ustl/Makefile @@ -33,7 +33,7 @@ PLIST_FILES= lib/libustl.so lib/libustl.so.1 lib/libustl.so.1.0.0 .if ${ARCH} != "i386" BROKEN= Does not compile on !i386 .elif ${OSVERSION} >= 700000 -BROKEN= Does not compile +MANUAL_PACKAGE_BUILD= yes .endif post-patch: -- cgit