[Midnightbsd-cvs] mports: Makefile: license, rule out sparc64 due to build issues
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Aug 21 14:08:35 EDT 2008
Log Message:
-----------
license, rule out sparc64 due to build issues
Modified Files:
--------------
mports/devel/icu:
Makefile (r1.3 -> r1.4)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/icu/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L devel/icu/Makefile -L devel/icu/Makefile -u -r1.3 -r1.4
--- devel/icu/Makefile
+++ devel/icu/Makefile
@@ -16,11 +16,14 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= International Components for Unicode (from IBM)
+LICENSE= mit
OPTIONS= THREADS "Build thread-safe version of the library" on
CONFLICTS= icu2-[0-9]*
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
+
+ONLY_FOR_ARCHS= i386 amd64
WRKSRC= ${WRKDIR}/icu/source
More information about the Midnightbsd-cvs
mailing list