diff options
author | arved <arved@FreeBSD.org> | 2012-01-26 17:36:46 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2012-01-26 17:36:46 +0800 |
commit | 41b693c85510c32a0055987a0d4a58703d0a884d (patch) | |
tree | 55b48e93afdbaeda47476aed0fb530d595214259 /security | |
parent | b095ef8abf3175b440ed5660630dd081e04d5df7 (diff) | |
download | freebsd-ports-gnome-41b693c85510c32a0055987a0d4a58703d0a884d.tar.gz freebsd-ports-gnome-41b693c85510c32a0055987a0d4a58703d0a884d.tar.zst freebsd-ports-gnome-41b693c85510c32a0055987a0d4a58703d0a884d.zip |
Somehow a character got lost
Submitted by: pointyhat
Diffstat (limited to 'security')
-rw-r--r-- | security/pcsc-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile index e088e4e9dc33..de7f70e0cf62 100644 --- a/security/pcsc-tools/Makefile +++ b/security/pcsc-tools/Makefile @@ -15,7 +15,7 @@ COMMENT= Tools to test a PCSC driver, card or reader LICENSE= GPLv2 LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite -RUN_DEPENDS= ${SITE_PERL}/$PERL_ARCH}/Chipcard/PCSC.pm:${PORTSDIR}/devel/p5-PCSC-Card +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Chipcard/PCSC.pm:${PORTSDIR}/devel/p5-PCSC-Card USE_GMAKE= yes |