diff options
-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 |