diff options
Diffstat (limited to 'graphics/tex-cmarrows')
-rw-r--r-- | graphics/tex-cmarrows/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tex-cmarrows/Makefile b/graphics/tex-cmarrows/Makefile index b5fb9ccad8a..75d609edb54 100644 --- a/graphics/tex-cmarrows/Makefile +++ b/graphics/tex-cmarrows/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/05/09 00:03:56 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 20:04:20 markd Exp $ DISTNAME= cmarrows PKGNAME= tex-${DISTNAME}-0.9 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/cmarrows COMMENT= MetaPost arrows and braces in the Computer Modern style LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |