diff options
author | arved <arved@FreeBSD.org> | 2007-08-08 20:50:11 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2007-08-08 20:50:11 +0800 |
commit | 953754f61aef44d96c3dc5c98f6910925e8cc5bc (patch) | |
tree | 01bbcb711bbda77cbd37efcbb0e146ef88492693 /games | |
parent | e10b4d89e4203bc501651b663de37e886b9fc431 (diff) | |
download | freebsd-ports-gnome-953754f61aef44d96c3dc5c98f6910925e8cc5bc.tar.gz freebsd-ports-gnome-953754f61aef44d96c3dc5c98f6910925e8cc5bc.tar.zst freebsd-ports-gnome-953754f61aef44d96c3dc5c98f6910925e8cc5bc.zip |
Fix build by adding USE_AUTOTOOLS
Diffstat (limited to 'games')
-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" |