svn commit: r386159 - head/security/libsectok

Antoine Brodin antoine at FreeBSD.org
Tue May 12 17:11:04 UTC 2015


Author: antoine
Date: Tue May 12 17:11:03 2015
New Revision: 386159
URL: https://svnweb.freebsd.org/changeset/ports/386159

Log:
  This port doesn't use libssl or libcrypto

Modified:
  head/security/libsectok/Makefile

Modified: head/security/libsectok/Makefile
==============================================================================
--- head/security/libsectok/Makefile	Tue May 12 15:32:18 2015	(r386158)
+++ head/security/libsectok/Makefile	Tue May 12 17:11:03 2015	(r386159)
@@ -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 at 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 \


More information about the svn-ports-all mailing list