Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2017 19:04:21 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450156 - head/graphics/xpdf4
Message-ID:  <201709191904.v8JJ4Lir002536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Tue Sep 19 19:04:21 2017
New Revision: 450156
URL: https://svnweb.freebsd.org/changeset/ports/450156

Log:
  Make PRINT option default.
  
  Requested by:	bapt

Modified:
  head/graphics/xpdf4/Makefile

Modified: head/graphics/xpdf4/Makefile
==============================================================================
--- head/graphics/xpdf4/Makefile	Tue Sep 19 18:51:27 2017	(r450155)
+++ head/graphics/xpdf4/Makefile	Tue Sep 19 19:04:21 2017	(r450156)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xpdf
 PORTVERSION=	4.02
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics print
 MASTER_SITES=	http://www.xpdfreader.com/dl/
 .if !defined(MASTERDIR)
@@ -28,7 +28,7 @@ CMAKE_ARGS+=	-DOPI_SUPPORT:BOOL=ON -DCMAKE_DISABLE_FIN
 		-DUSE_LCMS:BOOL=OFF -DSYSTEM_XPDFRC=${PREFIX}/etc/xpdfrc
 
 OPTIONS_DEFINE=		TYPE1 LIBPAPER GUI PRINT
-OPTIONS_DEFAULT=	TYPE1 GUI
+OPTIONS_DEFAULT=	TYPE1 GUI PRINT
 OPTIONS_SUB=		yes
 
 TYPE1_CMAKE_BOOL=	TYPE1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709191904.v8JJ4Lir002536>