Date: Tue, 29 Jul 2014 18:23:39 +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: r363369 - head/games/teg Message-ID: <201407291823.s6TINdnn061701@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER= games@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407291823.s6TINdnn061701>