diff options
author | erwin <erwin@FreeBSD.org> | 2008-01-30 04:26:01 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-01-30 04:26:01 +0800 |
commit | 37833b92018f7fcba4ec5bf034151af1039c8f9f (patch) | |
tree | 775598d1fe8e749222433eb4c00f3093f6c9fc70 /devel | |
parent | 7f585eb984b59852d7b437e6d7cc03f932bb8b51 (diff) | |
download | freebsd-ports-gnome-37833b92018f7fcba4ec5bf034151af1039c8f9f.tar.gz freebsd-ports-gnome-37833b92018f7fcba4ec5bf034151af1039c8f9f.tar.zst freebsd-ports-gnome-37833b92018f7fcba4ec5bf034151af1039c8f9f.zip |
Change the previous BROKEN into MANUAL_PACKAGE_BUILD as it's
caused by the old CPU architecture in the pointyhat nodes.
Submitted by: az
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ustl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |