Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 2015 17:17:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394985 - head/cad/jspice3
Message-ID:  <201508211717.t7LHHn4a085792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Aug 21 17:17:48 2015
New Revision: 394985
URL: https://svnweb.freebsd.org/changeset/ports/394985

Log:
  - Fix build by fixing a typo
  
  Approved by:	portmgr blanket

Modified:
  head/cad/jspice3/Makefile

Modified: head/cad/jspice3/Makefile
==============================================================================
--- head/cad/jspice3/Makefile	Fri Aug 21 17:06:23 2015	(r394984)
+++ head/cad/jspice3/Makefile	Fri Aug 21 17:17:48 2015	(r394985)
@@ -22,9 +22,11 @@ X11_USE=	XORG=x11,xaw,xt
 pre-configure:
 	@${REINPLACE_CMD} -e 's+/usr/local+${PREFIX}+g;s+-O -g+${CFLAGS}+g;' \
 		${WRKSRC}/conf/unixconf/mkheader.0
-pre-confiure-X11-on:
+
+pre-configure-X11-on:
 	@${REINPLACE_CMD} -e 's+#%%WITH_X%%++g' \
 		${WRKSRC}/conf/unixconf/mkheader.0
+
 pre-configure-X11-off:
 	@${ECHO} "#undef HAVE_X11" >> ${WRKSRC}/src/include/spice.h
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508211717.t7LHHn4a085792>