Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2013 17:43:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336279 - head/cad/opencascade
Message-ID:  <201312121743.rBCHhV78010481@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec 12 17:43:31 2013
New Revision: 336279
URL: http://svnweb.freebsd.org/changeset/ports/336279

Log:
  Fix typo

Modified:
  head/cad/opencascade/Makefile

Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile	Thu Dec 12 16:48:56 2013	(r336278)
+++ head/cad/opencascade/Makefile	Thu Dec 12 17:43:31 2013	(r336279)
@@ -66,7 +66,7 @@ CONFIGURE_ARGS+=--enable-vis			\
 USE_GL=		glu
 LIB_DEPENDS+=	libftgl.so:${PORTSDIR}/graphics/ftgl		\
 		libfreetype.so:${PORTSDIR}/print/freetype2	\
-		libgl2ps:${PORTSDIR}/print/gl2ps
+		libgl2ps.so:${PORTSDIR}/print/gl2ps
 PLIST_SUB+=	VIS=""
 . if ${PORT_OPTIONS:MOCAF}
 CONFIGURE_ARGS+=--enable-caf



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