svn commit: r357389 - head/security/libksba

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 10 21:58:41 UTC 2014


Author: amdmi3
Date: Tue Jun 10 21:58:40 2014
New Revision: 357389
URL: http://svnweb.freebsd.org/changeset/ports/357389
QAT: https://qat.redports.org/buildarchive/r357389/

Log:
  - Add missing USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/security/libksba/Makefile

Modified: head/security/libksba/Makefile
==============================================================================
--- head/security/libksba/Makefile	Tue Jun 10 21:52:47 2014	(r357388)
+++ head/security/libksba/Makefile	Tue Jun 10 21:58:40 2014	(r357389)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libksba
 PORTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	GNUPG/${PORTNAME}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
@@ -21,7 +22,7 @@ CONFIGURE_ARGS=	--enable-static
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_PERL5=	build
-USES=		perl5 tar:bzip2
+USES=		perl5 tar:bzip2 libtool:oldver
 
 INFO=		ksba
 


More information about the svn-ports-head mailing list