diff options
author | rxg <rxg> | 2006-01-31 04:15:13 +0000 |
---|---|---|
committer | rxg <rxg> | 2006-01-31 04:15:13 +0000 |
commit | 584f88e0e31a1652ee9a795a5aa0bdb301a26687 (patch) | |
tree | 1dc5893d78c4e1e1031fcacff9a4cb1c166e5154 /devel | |
parent | 2f8b2dc0ccd06b513a1d4b10eba75a37a1f28bcd (diff) | |
download | pkgsrc-584f88e0e31a1652ee9a795a5aa0bdb301a26687.tar.gz |
Fixed DEPENDS - don't block the version of ${PYPKGPREFIX}-expat.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rox-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rox-lib/Makefile b/devel/rox-lib/Makefile index 97a4f746ab6..2f4e0429b8d 100644 --- a/devel/rox-lib/Makefile +++ b/devel/rox-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/01/29 17:20:03 rxg Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/31 04:15:13 rxg Exp $ # DISTNAME= rox-lib-2.0.2 @@ -12,7 +12,7 @@ HOMEPAGE= http://rox.sourceforge.net/desktop/node/46 COMMENT= Shared code for ROX applications DEPENDS+= rox>=2.2.0:../../sysutils/rox -DEPENDS+= ${PYPKGPREFIX}-expat-0nb2:../../textproc/py-expat +DEPENDS+= ${PYPKGPREFIX}-expat>=0nb2:../../textproc/py-expat WRKSRC= ${WRKDIR}/${DISTNAME}/ROX-Lib2 DIST_SUBDIR= rox |