Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Mar 2020 15:01:01 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527677 - head/graphics/epdfview
Message-ID:  <202003031501.023F11WX028473@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Tue Mar  3 15:01:01 2020
New Revision: 527677
URL: https://svnweb.freebsd.org/changeset/ports/527677

Log:
  graphics/epdfview: Enable CUPS and NLS options per default because all
  dependencies for them are already pulled in by gtk20. This allows to
  actually print PDFs which is quite useful even in 2020.

Modified:
  head/graphics/epdfview/Makefile

Modified: head/graphics/epdfview/Makefile
==============================================================================
--- head/graphics/epdfview/Makefile	Tue Mar  3 14:43:37 2020	(r527676)
+++ head/graphics/epdfview/Makefile	Tue Mar  3 15:01:01 2020	(r527677)
@@ -3,7 +3,7 @@
 
 PORTNAME=	epdfview
 PORTVERSION=	0.1.8
-PORTREVISION=	26
+PORTREVISION=	27
 CATEGORIES=	graphics print gnome
 MASTER_SITES=	FRUGALWARE/xapps-extra/${PORTNAME} \
 		ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME}/ \
@@ -27,6 +27,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	CUPS NLS
+OPTIONS_DEFAULT=CUPS NLS
 OPTIONS_SUB=	yes
 
 CUPS_CONFIGURE_WITH=	cups



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