svn commit: r349574 - head/lang/ocaml

John Marino marino at FreeBSD.org
Sat Mar 29 17:35:09 UTC 2014


Author: marino
Date: Sat Mar 29 17:35:09 2014
New Revision: 349574
URL: http://svnweb.freebsd.org/changeset/ports/349574
QAT: https://qat.redports.org/buildarchive/r349574/

Log:
  lang/ocaml: Restore CMP_LIB option in the definitions
  
  noticed by:	sunpoet

Modified:
  head/lang/ocaml/Makefile

Modified: head/lang/ocaml/Makefile
==============================================================================
--- head/lang/ocaml/Makefile	Sat Mar 29 17:34:48 2014	(r349573)
+++ head/lang/ocaml/Makefile	Sat Mar 29 17:35:09 2014	(r349574)
@@ -29,7 +29,7 @@ CONFIGURE_ARGS=	-verbose -prefix "${PREF
 		-aspp "${CC} -c" \
 		-partialld "${LD} -r"
 
-OPTIONS_DEFINE= X11 TK THREADS OPT_DEF DOCS
+OPTIONS_DEFINE= X11 TK THREADS CMP_LIB OPT_DEF DOCS
 OPTIONS_DEFAULT=X11 TK THREADS
 TK_DESC=	LablTk library (requires X11 support)
 CMP_LIB_DESC=	Install compiler libraries


More information about the svn-ports-head mailing list