diff options
Diffstat (limited to 'games/adgali/Makefile')
-rw-r--r-- | games/adgali/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 98e037db39c0..0813aaf2e9d0 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_SDL= sdl USE_XPM= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |