diff options
-rw-r--r-- | devel/p5-ReadLine-Gnu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-ReadLine-Gnu/Makefile b/devel/p5-ReadLine-Gnu/Makefile index c4f48e08981b..a18caf3d9eea 100644 --- a/devel/p5-ReadLine-Gnu/Makefile +++ b/devel/p5-ReadLine-Gnu/Makefile @@ -22,7 +22,7 @@ PERL_CONFIGURE= yes .if exists(${LOCALBASE}/lib/libreadline.so) CONFIGURE_ARGS+=--includedir=${LOCALBASE}/include -LIB_DEPENDS+= readline.5:${PORTSDIR}/deve/readline +LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif MAN3= Term::ReadLine::Gnu.3 |