diff options
Diffstat (limited to 'print/tex-comment/Makefile')
-rw-r--r-- | print/tex-comment/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-comment/Makefile b/print/tex-comment/Makefile index c1571544450..51f2eac0c75 100644 --- a/print/tex-comment/Makefile +++ b/print/tex-comment/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/09/06 16:49:32 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2019/12/06 20:19:12 markd Exp $ DISTNAME= comment PKGNAME= tex-${DISTNAME}-3.8 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/comment COMMENT= Allows selected environments to be included/excluded LICENSE= gnu-gpl-v2 +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |