diff options
author | wiz <wiz> | 2013-10-02 11:44:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-10-02 11:44:42 +0000 |
commit | ba20c11dea56ad56665b3c782f13c17d8c121567 (patch) | |
tree | 351c5bd99e06adceaa8fb6bb4964b5dc996ec6a0 /sysutils | |
parent | ae3e72db89637a772d963bb70844114587e4be6d (diff) | |
download | pkgsrc-ba20c11dea56ad56665b3c782f13c17d8c121567.tar.gz |
Fix paths, noted by joerg.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-xattr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/py-xattr/Makefile b/sysutils/py-xattr/Makefile index 4156c975f53..2f52d578d7c 100644 --- a/sysutils/py-xattr/Makefile +++ b/sysutils/py-xattr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/09/30 17:25:51 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2013/10/02 11:44:42 wiz Exp $ DISTNAME= v0.7.2 PROPERNAME= ${DISTNAME:S/v/xattr-/} @@ -11,8 +11,8 @@ HOMEPAGE= https://github.com/xattr/xattr/ COMMENT= Python wrapper for extended filesystem attributes LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../nih/py-cffi -DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../nih/py-cparser +DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi +DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser DIST_SUBDIR= xattr |