diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-08-08 12:50:11 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-08-08 12:50:11 +0000 |
commit | bb50474a08474ad08229d0ac20c7f7cbc3ebac64 (patch) | |
tree | bd425ed84fccb584f94744a0ef6ea1fa2039269c /games/gnomememoryblocks | |
parent | f6aa66430107d1e49f8912ee5f0636df8cf4bd3d (diff) | |
download | ports-bb50474a08474ad08229d0ac20c7f7cbc3ebac64.tar.gz ports-bb50474a08474ad08229d0ac20c7f7cbc3ebac64.zip |
Notes
Diffstat (limited to 'games/gnomememoryblocks')
-rw-r--r-- | games/gnomememoryblocks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/gnomememoryblocks/Makefile b/games/gnomememoryblocks/Makefile index 8d577f30db34..5f47a2e9fa51 100644 --- a/games/gnomememoryblocks/Makefile +++ b/games/gnomememoryblocks/Makefile @@ -18,6 +18,7 @@ COMMENT= Memory Blocks game for GNOME USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |