Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 17:48:32 +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: r360069 - head/games/pinball
Message-ID:  <201407011748.s61HmWMD003834@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul  1 17:48:32 2014
New Revision: 360069
URL: http://svnweb.freebsd.org/changeset/ports/360069
QAT: https://qat.redports.org/buildarchive/r360069/

Log:
  - Add comment on that .la files are needed
  
  Approved by:	portmgr blanket

Modified:
  head/games/pinball/Makefile

Modified: head/games/pinball/Makefile
==============================================================================
--- head/games/pinball/Makefile	Tue Jul  1 17:47:54 2014	(r360068)
+++ head/games/pinball/Makefile	Tue Jul  1 17:48:32 2014	(r360069)
@@ -12,7 +12,7 @@ COMMENT=	Emilia Pinball is a free pinbal
 
 LICENSE=	GPLv2
 
-USES=		gmake libtool:keepla
+USES=		gmake libtool:keepla # .la needed for plugin loading
 USE_GL=		gl
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes



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