diff options
Diffstat (limited to 'games/glchess/Makefile')
-rw-r--r-- | games/glchess/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/glchess/Makefile b/games/glchess/Makefile index 0cd1e8b..4fc7a81 100644 --- a/games/glchess/Makefile +++ b/games/glchess/Makefile @@ -24,8 +24,7 @@ USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 USE_REINPLACE= yes MAN6= ${PORTNAME}.6 |