diff options
Diffstat (limited to 'print/tex-shadowtext/Makefile')
-rw-r--r-- | print/tex-shadowtext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-shadowtext/Makefile b/print/tex-shadowtext/Makefile index b50c580b7ea..5bf354823b3 100644 --- a/print/tex-shadowtext/Makefile +++ b/print/tex-shadowtext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/07/29 22:36:56 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:23:16 markd Exp $ DISTNAME= shadowtext PKGNAME= tex-${DISTNAME}-0.3 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/shadowtext COMMENT= Produce text with a shadow behind it LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |