diff options
-rw-r--r-- | games/critterding/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/critterding/Makefile b/games/critterding/Makefile index cb6a4e7caf56..b88aa6ff7f5d 100644 --- a/games/critterding/Makefile +++ b/games/critterding/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 USES= tar:bzip2 pkgconfig GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool +USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtoolize USE_SDL= sdl USE_GL= gl CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 |