svn commit: r529103 - head/graphics/xpdf4

Cy Schubert cy at FreeBSD.org
Wed Mar 25 15:38:37 UTC 2020


Author: cy
Date: Wed Mar 25 15:38:26 2020
New Revision: 529103
URL: https://svnweb.freebsd.org/changeset/ports/529103

Log:
  Sort options.
  
  MFH:		2020Q1

Modified:
  head/graphics/xpdf4/Makefile   (contents, props changed)

Modified: head/graphics/xpdf4/Makefile
==============================================================================
--- head/graphics/xpdf4/Makefile	Wed Mar 25 15:36:06 2020	(r529102)
+++ head/graphics/xpdf4/Makefile	Wed Mar 25 15:38:26 2020	(r529103)
@@ -38,8 +38,8 @@ CMAKE_ARGS+=	-DOPI_SUPPORT:BOOL=ON -DCMAKE_DISABLE_FIN
 
 PLIST_SUB=		DESKTOPDIR="${DESKTOPDIR}"
 
-OPTIONS_DEFINE=		TYPE1 LIBPAPER PRINT GUI NO_FONTCONFIG
-OPTIONS_DEFAULT=	TYPE1 PRINT GUI
+OPTIONS_DEFINE=		GUI LIBPAPER NO_FONTCONFIG PRINT TYPE1
+OPTIONS_DEFAULT=	GUI PRINT TYPE1
 OPTIONS_SUB=		yes
 
 TYPE1_CMAKE_BOOL=	TYPE1


More information about the svn-ports-head mailing list