svn commit: r370149 - head/print/foxitreader

Lars Engels lme at FreeBSD.org
Mon Oct 6 09:33:42 UTC 2014


Author: lme
Date: Mon Oct  6 09:33:41 2014
New Revision: 370149
URL: https://svnweb.freebsd.org/changeset/ports/370149
QAT: https://qat.redports.org/buildarchive/r370149/

Log:
  - Add a dependecy on net/linux-c6-avahi-libs which allows FoxitReader to start
  - Bump PORTREVISION
  
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/print/foxitreader/Makefile

Modified: head/print/foxitreader/Makefile
==============================================================================
--- head/print/foxitreader/Makefile	Mon Oct  6 09:17:39 2014	(r370148)
+++ head/print/foxitreader/Makefile	Mon Oct  6 09:33:41 2014	(r370149)
@@ -3,7 +3,7 @@
 
 PORTNAME=	foxitreader
 PORTVERSION=	1.1.0
-#PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	http://cdn04.foxitsoftware.com/pub/foxit/%SUBDIR%/:reader,manual
 MASTER_SITE_SUBDIR=	reader/desktop/linux/1.x/${PORTVERSION:R}/enu/:reader \
@@ -25,7 +25,7 @@ OPTIONS_SUB=	yes
 
 USES=	gettext tar:bzip2
 USE_LINUX=	yes
-USE_LINUX_APPS=	cups-libs gtk2
+USE_LINUX_APPS=	avahi-libs cups-libs gtk2
 
 WRKSRC=	${WRKDIR}/${PORTVERSION:R}-release
 


More information about the svn-ports-head mailing list