svn commit: r527677 - head/graphics/epdfview

Bernhard Froehlich decke at FreeBSD.org
Tue Mar 3 15:01:02 UTC 2020


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


More information about the svn-ports-all mailing list