diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-08-02 19:36:34 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-08-02 19:36:34 +0000 |
commit | 789d75c728ef23566a07bf5b9bc2190bf34ff4f1 (patch) | |
tree | dc7540d42fa2d5d7c1c74515e3bdbf6ab842cd17 /security/openct | |
parent | d1a9e827c98542eb35619dffa314cba50fb08b58 (diff) | |
download | ports-789d75c728ef23566a07bf5b9bc2190bf34ff4f1.tar.gz ports-789d75c728ef23566a07bf5b9bc2190bf34ff4f1.zip |
Notes
Diffstat (limited to 'security/openct')
-rw-r--r-- | security/openct/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openct/Makefile b/security/openct/Makefile index a09f1aa20df3..62672b11d879 100644 --- a/security/openct/Makefile +++ b/security/openct/Makefile @@ -7,6 +7,7 @@ PORTNAME= openct PORTVERSION= 0.6.17 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ \ http://www.opensc-project.org/files/${PORTNAME}/testing/ @@ -16,7 +17,7 @@ COMMENT= A middleware framework for smart card terminals OPTIONS= PCSC "Enable PC/SC support" off -USE_AUTOTOOLS= libltdl:15 +USE_AUTOTOOLS= libltdl:22 GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig |