diff options
Diffstat (limited to 'games/gnocatan/Makefile')
-rw-r--r-- | games/gnocatan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile index 408cc68b4827..731fd91612ac 100644 --- a/games/gnocatan/Makefile +++ b/games/gnocatan/Makefile @@ -17,7 +17,7 @@ COMMENT= An Internet playable version of the Settlers of Catan for GNOME/GTK USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gtk20 libgnomeui -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |