diff options
author | hubertf <hubertf> | 2005-02-11 00:57:44 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2005-02-11 00:57:44 +0000 |
commit | 4f2ffb33acd5042db7cbcd22b9eb0a3666d13c5c (patch) | |
tree | ab32dbdb06d7bf88053af804b9507939988dcd7d /print | |
parent | 5aef62a544e3082f9eb75ed3e7cc315872e9b93d (diff) | |
download | pkgsrc-4f2ffb33acd5042db7cbcd22b9eb0a3666d13c5c.tar.gz |
Note that this pkg conflicts with teTeX>1
XXX this doesn't DTRT as we only look at CONFLICTS at 'make install' time,
by which this pkg already has pulled in it's outdated dependency
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-eurosym/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-eurosym/Makefile b/print/tex-eurosym/Makefile index e51771b0bb7..a72b6550549 100644 --- a/print/tex-eurosym/Makefile +++ b/print/tex-eurosym/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/02/10 01:18:59 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2005/02/11 00:57:44 hubertf Exp $ # DISTNAME= eurosym-1.0 @@ -13,6 +13,7 @@ COMMENT= Euro symbols for LaTeX # included in teTeX[23] DEPENDS+= teTeX-bin-1.0.*:../../print/teTeX1-bin +CONFLICTS+= teTeX>1 WRKSRC= ${WRKDIR}/eurosym NO_CONFIGURE= yes |