diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-10 07:56:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-10 07:56:09 +0000 |
commit | a865b2e1c47f9645e63602fd1148912cdb28173d (patch) | |
tree | 706d2178311ba8eadfff59e7e9fc77c7a865b7ee /security | |
parent | 189744d6b2281f7bbaba073eec73f898de856c87 (diff) | |
download | pkgsrc-a865b2e1c47f9645e63602fd1148912cdb28173d.tar.gz |
Fix path in DEPENDS line.
Diffstat (limited to 'security')
-rw-r--r-- | security/pcsc-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile index 74e976d35e0..4459922c11c 100644 --- a/security/pcsc-tools/Makefile +++ b/security/pcsc-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/04 11:32:15 shannonjr Exp $ +# $NetBSD: Makefile,v 1.2 2008/04/10 07:56:09 wiz Exp $ # DISTNAME= pcsc-tools-1.4.12 @@ -9,7 +9,7 @@ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/ COMMENT= Some tools usefull for a PC/SC user. -DEPENDS+= p5-pcsc-perl>=1.4.6:../../local/p5-pcsc +DEPENDS+= p5-pcsc-perl>=1.4.6:../../security/p5-pcsc USE_TOOLS+= pkg-config USE_TOOLS+= gmake |