diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-29 18:23:39 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-29 18:23:39 +0000 |
commit | 36b87dfe5e7fbb2ca1bfcb9c733a530e50f3df59 (patch) | |
tree | 318e5b02cc5c80744b0944cb6302c1405f6d1865 /games/teg | |
parent | 1442495988c216df2b672884601f1ea1c7425165 (diff) | |
download | ports-36b87dfe5e7fbb2ca1bfcb9c733a530e50f3df59.tar.gz ports-36b87dfe5e7fbb2ca1bfcb9c733a530e50f3df59.zip |
Notes
Diffstat (limited to 'games/teg')
-rw-r--r-- | games/teg/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/teg/Makefile b/games/teg/Makefile index 3dbb2d6552a9..d3e77be32346 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -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 |