diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-29 20:26:01 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-29 20:26:01 +0000 |
commit | cf4aafd3c73af55d9dd539afca860bd20896f0dc (patch) | |
tree | e719fa7b57299f8d26b0694c8687e82f6a691d79 /devel/ustl | |
parent | 22ba3c9aea4cf42e094267a0639b9bbc43debc74 (diff) | |
download | ports-cf4aafd3c73af55d9dd539afca860bd20896f0dc.tar.gz ports-cf4aafd3c73af55d9dd539afca860bd20896f0dc.zip |
Notes
Diffstat (limited to 'devel/ustl')
-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: |