svn commit: r318069 - head/print/apsfilter

Hiroki Sato hrs at FreeBSD.org
Mon May 13 11:12:46 UTC 2013


Author: hrs
Date: Mon May 13 11:12:46 2013
New Revision: 318069
URL: http://svnweb.freebsd.org/changeset/ports/318069

Log:
  Remove sk2ps from dependency.

Modified:
  head/print/apsfilter/Makefile

Modified: head/print/apsfilter/Makefile
==============================================================================
--- head/print/apsfilter/Makefile	Mon May 13 10:59:27 2013	(r318068)
+++ head/print/apsfilter/Makefile	Mon May 13 11:12:46 2013	(r318069)
@@ -3,7 +3,7 @@
 
 PORTNAME=	apsfilter
 PORTVERSION=	7.2.8
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	print
 MASTER_SITES=	http://www.apsfilter.org/download/
 DIST_SUBDIR=	apsfilter
@@ -101,9 +101,10 @@ _DEPENDS_PSUTILS= \
 _DEPENDS_CONVERT= \
 		convert:${PORTSDIR}/graphics/ImageMagick \
 		wmf2eps:${PORTSDIR}/graphics/libwmf \
-		sk2ps:${PORTSDIR}/graphics/skencil \
 		tgif:${PORTSDIR}/graphics/tgif \
 		transfig:${PORTSDIR}/print/transfig
+# XXX: recent versions of skencil do not include sk2ps.
+#		sk2ps:${PORTSDIR}/graphics/skencil
 _DEPENDS_DVIPS=	dvips:${PORTSDIR}/print/dvipsk-tetex
 _DEPENDS_FIG2DEV= \
 		fig2dev:${PORTSDIR}/print/transfig


More information about the svn-ports-all mailing list