svn commit: r336279 - head/cad/opencascade

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 12 17:43:32 UTC 2013


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


More information about the svn-ports-all mailing list