diff options
author | wiz <wiz> | 2011-02-26 16:03:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-02-26 16:03:39 +0000 |
commit | 2f3f57aae48be151528c1a929c70591ea069a819 (patch) | |
tree | fd5649513b5210472c803e6f5ad6250413bfec1a /print/pdfjam/Makefile | |
parent | 4599fc3bf9d1702fee8066a80a33545512555d75 (diff) | |
download | pkgsrc-2f3f57aae48be151528c1a929c70591ea069a819.tar.gz |
Depend on used tex packages instead of everything. Bump PKGREVISION.
Set LICENSE.
Diffstat (limited to 'print/pdfjam/Makefile')
-rw-r--r-- | print/pdfjam/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/print/pdfjam/Makefile b/print/pdfjam/Makefile index 87115734603..306b93f8f5b 100644 --- a/print/pdfjam/Makefile +++ b/print/pdfjam/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:43 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2011/02/26 16:03:39 wiz Exp $ # DISTNAME= pdfjam_1.20 PKGNAME= ${DISTNAME:C/_/-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.warwick.ac.uk/go/pdfjam/ EXTRACT_SUFX= .tgz @@ -11,6 +11,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/ COMMENT= Small collection of PDF utilities +LICENSE= gnu-gpl-v2 + +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms +DEPENDS+= tex-eso-pic-[0-9]*:../../print/tex-eso-pic +DEPENDS+= tex-pdfpages-[0-9]*:../../print/tex-pdfpages PKG_DESTDIR_SUPPORT= user-destdir @@ -29,5 +35,4 @@ do-install: .endfor .undef ${_util} -.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |