diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-09 19:34:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-09 19:34:41 +0000 |
commit | a42a9e80cc61691f89837ca0d4ae180b43c138c1 (patch) | |
tree | ccabe7c8da4b9d3bfbab0bd57e807cb4f479a0f9 /print | |
parent | c525fdda516f4591b6e4aeb8551102854f08e9ba (diff) | |
download | pkgsrc-a42a9e80cc61691f89837ca0d4ae180b43c138c1.tar.gz |
Reorder lines to be more standard.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-pgf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/tex-pgf/Makefile b/print/tex-pgf/Makefile index 41163403ee4..01ec80a5564 100644 --- a/print/tex-pgf/Makefile +++ b/print/tex-pgf/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.3 2008/04/01 01:36:32 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2008/04/09 19:34:41 wiz Exp $ # DISTNAME= pgf-1.10 PKGNAME= tex-${DISTNAME} +PKGREVISION= 1 CATEGORIES= print graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pgf/} -PKGREVISION= 1 -DEPENDS= tex-xkeyval-[0-9]*:../../print/tex-xkeyval MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pgf.sourceforge.net/ COMMENT= Graphic systems for TeX +DEPENDS= tex-xkeyval-[0-9]*:../../print/tex-xkeyval + USE_LANGUAGES= # none USE_DIRS+= texmf-1.4 |