diff options
author | hrs <hrs@FreeBSD.org> | 2013-04-28 01:52:39 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-04-28 01:52:39 +0800 |
commit | 573e287e1faf681b3b64286579d9bf6ab12b289e (patch) | |
tree | 7d8b99df1d4b231551ca51096f4851807a180b85 /print | |
parent | 36d69f78d348732452085bc5825fce75fea483f9 (diff) | |
download | freebsd-ports-gnome-573e287e1faf681b3b64286579d9bf6ab12b289e.tar.gz freebsd-ports-gnome-573e287e1faf681b3b64286579d9bf6ab12b289e.tar.zst freebsd-ports-gnome-573e287e1faf681b3b64286579d9bf6ab12b289e.zip |
Add a missing dependency.
Diffstat (limited to 'print')
-rw-r--r-- | print/c2ps/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/c2ps/Makefile b/print/c2ps/Makefile index ef5170f6aecb..a8715742dcb3 100644 --- a/print/c2ps/Makefile +++ b/print/c2ps/Makefile @@ -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 |