svn commit: r363369 - head/games/teg

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 29 18:23:39 UTC 2014


Author: amdmi3
Date: Tue Jul 29 18:23:39 2014
New Revision: 363369
URL: http://svnweb.freebsd.org/changeset/ports/363369
QAT: https://qat.redports.org/buildarchive/r363369/

Log:
  - Drop .la files, no dependees require them
  - Pass maintainership to games@

Modified:
  head/games/teg/Makefile

Modified: head/games/teg/Makefile
==============================================================================
--- head/games/teg/Makefile	Tue Jul 29 18:21:08 2014	(r363368)
+++ head/games/teg/Makefile	Tue Jul 29 18:23:39 2014	(r363369)
@@ -3,18 +3,18 @@
 
 PORTNAME=	teg
 PORTVERSION=	0.11.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games gnome
 MASTER_SITES=	SF
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	games at FreeBSD.org
 COMMENT=	Turn-based strategy game for GNOME
 
-USES=		pathfix gmake iconv pkgconfig
+USES=		pathfix gmake libtool iconv pkgconfig
 USE_GNOME=	gnomeprefix intlhack libgnomeui
-USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-ggz
 
 GCONF_SCHEMAS=	teg.schemas


More information about the svn-ports-head mailing list