diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-13 17:14:53 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-13 17:14:53 +0000 |
commit | 42cea4feca97175ce7fe8e01cef19ba73b69c476 (patch) | |
tree | db7d60e9baca3e8f203bee4b35e80db32ed1fe56 /games/teg | |
parent | 31c9fcf7327a4faf7e0c2a77beaef9643cdd87a4 (diff) | |
download | ports-42cea4feca97175ce7fe8e01cef19ba73b69c476.tar.gz ports-42cea4feca97175ce7fe8e01cef19ba73b69c476.zip |
Notes
Diffstat (limited to 'games/teg')
-rw-r--r-- | games/teg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/teg/Makefile b/games/teg/Makefile index f16ca86e9d3f..c5e0b9faaf09 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A turn-based strategy game for GNOME -USES= pathfix gmake pkgconfig +USES= pathfix gmake iconv pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS= --disable-ggz GCONF_SCHEMAS= teg.schemas |