diff options
-rw-r--r-- | security/libsectok/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/libsectok/Makefile b/security/libsectok/Makefile index 6dfabb1fee76..8262aff664e0 100644 --- a/security/libsectok/Makefile +++ b/security/libsectok/Makefile @@ -3,14 +3,13 @@ PORTNAME= libsectok PORTVERSION= 20030619 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.citi.umich.edu/projects/smartcard/ MAINTAINER= ports@FreeBSD.org COMMENT= ISO 7816 Smartcard API Library -USE_OPENSSL= yes USE_LDCONFIG= yes PLIST_FILES= include/sectok.h lib/libsectok.a lib/libsectok.so \ |