diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-14 08:39:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-14 08:39:51 +0000 |
commit | a4354ee7ada73c911ae04a54f3a2e0768b9cb486 (patch) | |
tree | 8892bb8367b15adbec29e7b2097860d607b79853 | |
parent | 58231daedaefb0801b914f888a25ff5e655c5484 (diff) | |
download | pkgsrc-a4354ee7ada73c911ae04a54f3a2e0768b9cb486.tar.gz |
Some teTeX2-removal cleanup.
-rw-r--r-- | print/pdfjam/Makefile | 5 | ||||
-rw-r--r-- | sysutils/coreutils/Makefile | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/print/pdfjam/Makefile b/print/pdfjam/Makefile index e33df58d094..cc025a91aa1 100644 --- a/print/pdfjam/Makefile +++ b/print/pdfjam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:10:38 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/08/14 08:39:51 wiz Exp $ # DISTNAME= pdfjam_1.20 @@ -12,8 +12,6 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/ COMMENT= Small collection of PDF utilities -DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin - NO_BUILD= yes WRKSRC= ${WRKDIR}/pdfjam @@ -27,4 +25,5 @@ do-install: .endfor .undef ${_util} +.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 19ed158765c..3d5a29d55ec 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/05/13 03:44:24 minskim Exp $ +# $NetBSD: Makefile,v 1.36 2006/08/14 08:39:52 wiz Exp $ DISTNAME= coreutils-5.2.1 PKGREVISION= 2 @@ -47,7 +47,7 @@ CONFLICTS+= id-utils-[0-9]* gnome-utils<1.4.1.2nb2 CONFLICTS+= geneweb-[0-9]* CONFLICTS+= graphviz<1.12 .endif -# print/teTeX-bin installs a 'readlink' program, so +# print/teTeX-bin installed a 'readlink' program, so # conflict with it if GNU_PROGRAM_PREFIX == '' (no problem in teTeX3-bin) .if ${GNU_PROGRAM_PREFIX} == "" CONFLICTS+= teTeX-bin<3 |