diff options
Diffstat (limited to 'games/lm-solve/Makefile')
-rw-r--r-- | games/lm-solve/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/lm-solve/Makefile b/games/lm-solve/Makefile index 80b840e87065..773ba1e9e759 100644 --- a/games/lm-solve/Makefile +++ b/games/lm-solve/Makefile @@ -16,7 +16,8 @@ DISTNAME= Games-LMSolve-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A Computerized Solver for Logic Mazes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= lm-solve.1 MAN3= Games::LMSolve.3 Games::LMSolve::Base.3 Games::LMSolve::Input.3 \ |