diff options
Diffstat (limited to 'print/tex-leaflet/Makefile')
-rw-r--r-- | print/tex-leaflet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/tex-leaflet/Makefile b/print/tex-leaflet/Makefile index f5dedb9915d..f319b6aa343 100644 --- a/print/tex-leaflet/Makefile +++ b/print/tex-leaflet/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/07/12 00:15:11 minskim Exp $ -# TeX Live Revision 7340 +# $NetBSD: Makefile,v 1.2 2010/05/20 18:01:30 minskim Exp $ DISTNAME= leaflet PKGNAME= tex-${DISTNAME}-1.0c +TEXLIVE_REV= 15878 MAINTAINER= leot1990@users.sourceforge.net COMMENT= Create small handouts (flyers) @@ -13,5 +13,5 @@ DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools -.include "../../print/texlive/module.mk" +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |