svn commit: r367824 - head/graphics/ftgl

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 10 12:18:45 UTC 2014


Author: amdmi3
Date: Wed Sep 10 12:18:44 2014
New Revision: 367824
URL: http://svnweb.freebsd.org/changeset/ports/367824
QAT: https://qat.redports.org/buildarchive/r367824/

Log:
  - Drop .la files, no dependees require them

Modified:
  head/graphics/ftgl/Makefile
  head/graphics/ftgl/pkg-plist

Modified: head/graphics/ftgl/Makefile
==============================================================================
--- head/graphics/ftgl/Makefile	Wed Sep 10 12:18:29 2014	(r367823)
+++ head/graphics/ftgl/Makefile	Wed Sep 10 12:18:44 2014	(r367824)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ftgl
 DISTVERSION=	2.1.3-rc5
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/FTGL%20Source/2.1.3%7Erc5
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gl-inc="${LOCALBASE}/include" \
 		--without-glut-inc
-USES=		pathfix gmake libtool:keepla
+USES=		pathfix gmake libtool
 USE_GL=		gl glu
 USE_XORG=	x11 xext xmu
 INSTALL_TARGET=	install-strip

Modified: head/graphics/ftgl/pkg-plist
==============================================================================
--- head/graphics/ftgl/pkg-plist	Wed Sep 10 12:18:29 2014	(r367823)
+++ head/graphics/ftgl/pkg-plist	Wed Sep 10 12:18:44 2014	(r367824)
@@ -21,7 +21,6 @@ include/FTGL/FTSimpleLayout.h
 include/FTGL/FTTextureGlyph.h
 include/FTGL/ftgl.h
 lib/libftgl.a
-lib/libftgl.la
 lib/libftgl.so
 lib/libftgl.so.2
 lib/libftgl.so.2.1.3


More information about the svn-ports-head mailing list