svn commit: r392276 - in head/print: . latex-beamer

Hiroki Sato hrs at FreeBSD.org
Thu Jul 16 06:33:45 UTC 2015


Author: hrs
Date: Thu Jul 16 06:33:44 2015
New Revision: 392276
URL: https://svnweb.freebsd.org/changeset/ports/392276

Log:
  Remove an extra dependency.
  
  Pointy hat to:	hrs

Modified:
  head/print/Makefile
  head/print/latex-beamer/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Thu Jul 16 06:31:59 2015	(r392275)
+++ head/print/Makefile	Thu Jul 16 06:33:44 2015	(r392276)
@@ -104,6 +104,7 @@
     SUBDIR += kde_poster
     SUBDIR += kover
     SUBDIR += kpdftool
+    SUBDIR += latex-beamer
     SUBDIR += latex-ltablex
     SUBDIR += latex-resume
     SUBDIR += latex2rtf

Modified: head/print/latex-beamer/Makefile
==============================================================================
--- head/print/latex-beamer/Makefile	Thu Jul 16 06:31:59 2015	(r392275)
+++ head/print/latex-beamer/Makefile	Thu Jul 16 06:33:44 2015	(r392276)
@@ -2,6 +2,7 @@
 
 PORTNAME=	latex-beamer
 PORTVERSION=	3.36
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	https://bitbucket.org/rivanvx/beamer/get/
 DISTNAME=	version-${PORTVERSION:S/./-/}
@@ -9,8 +10,6 @@ DISTNAME=	version-${PORTVERSION:S/./-/}
 MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	LaTeX class to create a beamer presentation
 
-RUN_DEPENDS=	${LOCALBASE}/${TEXMFDISTDIR}/tex/latex/pgf/basiclayer/pgf.sty:${PORTSDIR}/print/latex-pgf
-
 USES=		tar:bz2
 USE_TEX=	texmf latex texhash
 TEXHASHDIRS=	${TEXMFDIR}


More information about the svn-ports-all mailing list