svn commit: r488565 - head/graphics

Tobias C. Berner tcberner at FreeBSD.org
Thu Dec 27 20:20:14 UTC 2018


Author: tcberner
Date: Thu Dec 27 20:20:13 2018
New Revision: 488565
URL: https://svnweb.freebsd.org/changeset/ports/488565

Log:
  Fix typo in graphics/Makefile
  
  introduced by some idiot in r488564 :)

Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Thu Dec 27 20:10:30 2018	(r488564)
+++ head/graphics/Makefile	Thu Dec 27 20:20:13 2018	(r488565)
@@ -943,7 +943,7 @@
     SUBDIR += py-pypillowfight
     SUBDIR += py-pyproj
     SUBDIR += py-pyqtgraph
-    SIBDIR += py-python-poppler-qt5
+    SUBDIR += py-python-poppler-qt5
     SUBDIR += py-qt4-svg
     SUBDIR += py-qt5-svg
     SUBDIR += py-sane


More information about the svn-ports-all mailing list