diff options
Diffstat (limited to 'print/tex-fwlw/Makefile')
-rw-r--r-- | print/tex-fwlw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-fwlw/Makefile b/print/tex-fwlw/Makefile index f18dda435c2..d2864120966 100644 --- a/print/tex-fwlw/Makefile +++ b/print/tex-fwlw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/09/06 16:27:19 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2019/12/06 20:21:29 markd Exp $ DISTNAME= fwlw PKGNAME= tex-${DISTNAME}-2010 @@ -7,5 +7,6 @@ TEXLIVE_REV= 21548 MAINTAINER= minskim@NetBSD.org COMMENT= Get first and last words of a page +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |