Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 21:58:40 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357389 - head/security/libksba
Message-ID:  <201406102158.s5ALweWk043160@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406102158.s5ALweWk043160>