svn commit: r499853 - head/lang/racket

Tobias Kortkamp tobik at FreeBSD.org
Wed Apr 24 15:12:52 UTC 2019


Author: tobik
Date: Wed Apr 24 15:12:51 2019
New Revision: 499853
URL: https://svnweb.freebsd.org/changeset/ports/499853

Log:
  lang/racket: Unbreak build and put back DOCS option after r499719
  
  The port still has %%PORTDOCS%% in pkg-plist.
  
  Pointy hat:	linimon
  PR:		237527, 230019
  Reported by:	m.ne at gmx.net

Modified:
  head/lang/racket/Makefile

Modified: head/lang/racket/Makefile
==============================================================================
--- head/lang/racket/Makefile	Wed Apr 24 14:55:35 2019	(r499852)
+++ head/lang/racket/Makefile	Wed Apr 24 15:12:51 2019	(r499853)
@@ -40,6 +40,8 @@ USE_LDCONFIG=	yes
 REINPLACE_ARGS=	-i ""
 USE_GNOME=	cairo pango
 
+OPTIONS_DEFINE=	DOCS
+
 OPTIONS_DEFINE_amd64=	JIT FUTURES
 OPTIONS_DEFINE_i386=	JIT FUTURES
 OPTIONS_DEFAULT_amd64=	JIT FUTURES


More information about the svn-ports-all mailing list