svn commit: r353803 - head/multimedia/libkate

Barbara Guida bar at FreeBSD.org
Mon May 12 11:24:48 UTC 2014


Author: bar
Date: Mon May 12 11:24:47 2014
New Revision: 353803
URL: http://svnweb.freebsd.org/changeset/ports/353803
QAT: https://qat.redports.org/buildarchive/r353803/

Log:
  Add libtool:oldver to USES

Modified:
  head/multimedia/libkate/Makefile

Modified: head/multimedia/libkate/Makefile
==============================================================================
--- head/multimedia/libkate/Makefile	Mon May 12 11:17:44 2014	(r353802)
+++ head/multimedia/libkate/Makefile	Mon May 12 11:24:47 2014	(r353803)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libkate
 PORTVERSION=	0.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio
 		libpng.so:${PORTSDIR}/graphics/png
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig gmake
+USES=		pkgconfig gmake libtool:oldver
 USE_LDCONFIG=	yes
 
 CFLAGS+=	"-I${LOCALBASE}/include"


More information about the svn-ports-all mailing list