svn commit: r535371 - head/print

Antoine Brodin antoine at FreeBSD.org
Sat May 16 09:25:04 UTC 2020


Author: antoine
Date: Sat May 16 09:25:03 2020
New Revision: 535371
URL: https://svnweb.freebsd.org/changeset/ports/535371

Log:
  Fix INDEX

Modified:
  head/print/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Sat May 16 09:22:28 2020	(r535370)
+++ head/print/Makefile	Sat May 16 09:25:03 2020	(r535371)
@@ -60,7 +60,6 @@
     SUBDIR += fpdf
     SUBDIR += freetype
     SUBDIR += freetype2
-    SUBDIR += frescobaldi
     SUBDIR += ft2demos
     SUBDIR += ghostscript7-base
     SUBDIR += ghostscript7-commfont
@@ -178,6 +177,7 @@
     SUBDIR += py-fonttools
     SUBDIR += py-fonttools3
     SUBDIR += py-fpdf
+    SUBDIR += py-frescobaldi
     SUBDIR += py-pdf
     SUBDIR += py-pdf2
     SUBDIR += py-pollyreports


More information about the svn-ports-head mailing list