diff options
author | uebayasi <uebayasi> | 2006-11-25 16:19:53 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2006-11-25 16:19:53 +0000 |
commit | 1edd63d2b726baffcafd8416ae45add123800da6 (patch) | |
tree | 6426f42ac8ef35dbd9fa3d473a3336a516ec263b | |
parent | 59796395e423bdfa283480d513fb1036f3112743 (diff) | |
download | pkgsrc-1edd63d2b726baffcafd8416ae45add123800da6.tar.gz |
This depends on an exact version of textproc/fop because of unstable API,
but there seems no reason to reject local revisions (nb*). Accept them by
using the pattern reed@ suggested ({,nb[0-9]*}).
This should address pkg/34973.
-rw-r--r-- | www/cocoon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cocoon/Makefile b/www/cocoon/Makefile index abdf8f792d5..c78cfb8c930 100644 --- a/www/cocoon/Makefile +++ b/www/cocoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/10/04 22:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2006/11/25 16:19:53 uebayasi Exp $ DISTNAME= Cocoon-1.8.2 PKGNAME= cocoon-1.8.2 @@ -18,7 +18,7 @@ BROKEN_IN= pkgsrc-2006Q1 # imported as -current packages. # DEPENDS+= xalan-j-1.2:../../textproc/xalan-j -DEPENDS+= fop-0.15.0nb1:../../textproc/fop +DEPENDS+= fop-0.15.0{,nb[0-9]*}:../../textproc/fop DEPENDS+= jakarta-servletapi-[0-9]*:../../www/jakarta-servletapi # In addition to the above requirements, cocoon will build in support for the |