diff options
Diffstat (limited to 'print/tex-prosper')
-rw-r--r-- | print/tex-prosper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-prosper/Makefile b/print/tex-prosper/Makefile index 0454f4ba973..315cb198b53 100644 --- a/print/tex-prosper/Makefile +++ b/print/tex-prosper/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/25 13:27:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 12:24:29 agc Exp $ # DISTNAME= prosper-1.00.4 PKGNAME= tex-${DISTNAME} -WRKSRC= ${WRKDIR}/prosper CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prosper/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} PPRblends.sty.gz @@ -14,6 +13,7 @@ COMMENT= LaTeX class for writing transparencies DEPENDS= teTeX-bin-[0-9]*:../../print/teTeX-bin +WRKSRC= ${WRKDIR}/prosper NO_CONFIGURE= yes NO_BUILD= yes |