diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-12 17:11:03 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-12 17:11:03 +0000 |
| commit | 98a3fa7bbc58a914172dc6930ec4d3eb66df0d20 (patch) | |
| tree | e200a72b7c476b419f0893f210b244e8947daa84 | |
| parent | - Replace spaces with commas in GNOME dependencies (diff) | |
This port doesn't use libssl or libcrypto
Notes
Notes:
svn path=/head/; revision=386159
| -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 \ |
