diff options
Diffstat (limited to 'games/teg/Makefile')
-rw-r--r-- | games/teg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/teg/Makefile b/games/teg/Makefile index 40fc1e8f235c..341a095ab4d5 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -18,7 +18,7 @@ COMMENT= A turn-based strategy game for GNOME USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui lthack USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |