Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2013 16:13:34 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316674 - head/print/foomatic-filters
Message-ID:  <201304271613.r3RGDYKj059125@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Sat Apr 27 16:13:34 2013
New Revision: 316674
URL: http://svnweb.freebsd.org/changeset/ports/316674

Log:
  Fix a typo.

Modified:
  head/print/foomatic-filters/Makefile

Modified: head/print/foomatic-filters/Makefile
==============================================================================
--- head/print/foomatic-filters/Makefile	Sat Apr 27 16:12:31 2013	(r316673)
+++ head/print/foomatic-filters/Makefile	Sat Apr 27 16:13:34 2013	(r316674)
@@ -48,7 +48,7 @@ RUN_DEPENDS+=	${LOCALBASE}/lib/libcupsim
 .endif
 
 .if ${PORT_OPTIONS:MA2PS}
-RUN_DEPENDS+=	a2ps:${PORTSDIR}/print/a2ps-a4
+RUN_DEPENDS+=	a2ps:${PORTSDIR}/print/a2ps
 .endif
 
 .if ${PORT_OPTIONS:MENSCRIPT_A4}



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