svn commit: r495226 - head/cad/openscad

Tobias Kortkamp tobik at FreeBSD.org
Sun Mar 10 04:59:32 UTC 2019


Author: tobik
Date: Sun Mar 10 04:59:31 2019
New Revision: 495226
URL: https://svnweb.freebsd.org/changeset/ports/495226

Log:
  cad/openscad: Fix LIB_DEPENDS after r495203

Modified:
  head/cad/openscad/Makefile

Modified: head/cad/openscad/Makefile
==============================================================================
--- head/cad/openscad/Makefile	Sun Mar 10 04:56:17 2019	(r495225)
+++ head/cad/openscad/Makefile	Sun Mar 10 04:59:31 2019	(r495226)
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libzip.so:archivers/libzip \
 		libfreetype.so:print/freetype2 \
 		libharfbuzz.so:print/harfbuzz \
 		libfontconfig.so:x11-fonts/fontconfig \
-		devel/double-conversion
+		libdouble-conversion.so:devel/double-conversion
 
 CONFLICTS=	openscad
 


More information about the svn-ports-all mailing list