diff options
Diffstat (limited to 'print/tex-geometry/Makefile')
-rw-r--r-- | print/tex-geometry/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/tex-geometry/Makefile b/print/tex-geometry/Makefile index 775c76ce72d..04527433f95 100644 --- a/print/tex-geometry/Makefile +++ b/print/tex-geometry/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/07/12 03:32:45 minskim Exp $ -# TeX Live Revision 11688 +# $NetBSD: Makefile,v 1.2 2010/05/10 20:14:57 minskim Exp $ DISTNAME= geometry -PKGNAME= tex-${DISTNAME}-4.1 +PKGNAME= tex-${DISTNAME}-5.3 +TEXLIVE_REV= 17466 MAINTAINER= minskim@NetBSD.org COMMENT= Flexible and complete interface to document dimensions @@ -11,5 +11,5 @@ CONFLICTS+= teTeX-texmf<=3.0nb18 DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek -.include "../../print/texlive/module.mk" +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |