Date: Sat, 27 Apr 2013 17:52:39 +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: r316679 - head/print/c2ps Message-ID: <201304271752.r3RHqde0093451@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Sat Apr 27 17:52:39 2013 New Revision: 316679 URL: http://svnweb.freebsd.org/changeset/ports/316679 Log: Add a missing dependency. Modified: head/print/c2ps/Makefile Modified: head/print/c2ps/Makefile ============================================================================== --- head/print/c2ps/Makefile Sat Apr 27 17:45:03 2013 (r316678) +++ head/print/c2ps/Makefile Sat Apr 27 17:52:39 2013 (r316679) @@ -3,7 +3,7 @@ PORTNAME= c2ps PORTVERSION= 4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= http://www.cs.technion.ac.il/users/c2ps/ DISTNAME= c2ps-${PORTVERSION} @@ -11,7 +11,9 @@ DISTNAME= c2ps-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= A PostScript pretty-printer for C source -CFLAGS+= -g -I${LOCALBASE}/include +LIB_DEPENDS= paper:${PORTSDIR}/print/libpaper + +CFLAGS+= -I${LOCALBASE}/include MAN1= c2ps.1 PLIST_FILES= bin/c2ps
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304271752.r3RHqde0093451>