forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tex-ifplatform depends on tex-catchfile. PKGREVISION -> 2
- Loading branch information
dholland
committed
Aug 26, 2020
1 parent
07be84e
commit 401389c
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
# $NetBSD: Makefile,v 1.5 2020/05/02 02:48:24 markd Exp $ | ||
# $NetBSD: Makefile,v 1.6 2020/08/26 04:14:25 dholland Exp $ | ||
|
||
DISTNAME= ifplatform | ||
PKGNAME= tex-${DISTNAME}-0.4a | ||
PKGREVISION= 1 | ||
PKGREVISION= 2 | ||
TEXLIVE_REV= 45533 | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://ctan.org/pkg/ifplatform | ||
COMMENT= Conditionals to test which platform is being used | ||
LICENSE= lppl-1.3c | ||
|
||
DEPENDS+= tex-catchfile-[0-9]*:../../print/tex-catchfile | ||
DEPENDS+= tex-iftex>=1.0d:../../print/tex-iftex | ||
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek | ||
|
||
|