diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2008-08-08 21:27:24 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2008-08-08 21:27:24 +0000 |
commit | 982ffc8ac0ec35bc100317b0033c9d6d21fb5878 (patch) | |
tree | 27ce72b1d248a73e4cdf39e1360be12842c2d085 /security/ccid/Makefile | |
parent | c3ad12ccf2471e56786c5e4f9ef4a7a6b1b6334a (diff) | |
download | pkgsrc-982ffc8ac0ec35bc100317b0033c9d6d21fb5878.tar.gz |
Re: pkg/39314 (security/ccid update to 1.3.8)
Update to 1.3.8
Diffstat (limited to 'security/ccid/Makefile')
-rw-r--r-- | security/ccid/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/ccid/Makefile b/security/ccid/Makefile index 4c84bb8e6b5..a1442006b78 100644 --- a/security/ccid/Makefile +++ b/security/ccid/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:33 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/08/08 21:27:24 shannonjr Exp $ # -DISTNAME= ccid-1.3.5 +DISTNAME= ccid-1.3.8 CATEGORIES= security -MASTER_SITES= http://alioth.debian.org/frs/download.php/2330/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/2482/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://pcsclite.alioth.debian.org/ccid.html @@ -17,7 +18,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_TOOLS+= autoconf automake aclocal autoheader -USE_TOOLS+= flex +USE_TOOLS+= flex perl USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --sharedstatedir=${VARBASE:Q} |