diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2005-04-28 13:01:59 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2005-04-28 13:01:59 +0000 |
commit | fd896ac9f9b4c255851caf68b17c05e6292e5057 (patch) | |
tree | fdc900cc253df85cadd59d9b6f7c86a413ff1576 /devel/p5-ReadLine-Gnu | |
parent | ca52e6c9d1d85e98a3990a27b464a8ac1217313e (diff) | |
download | ports-fd896ac9f9b4c255851caf68b17c05e6292e5057.tar.gz ports-fd896ac9f9b4c255851caf68b17c05e6292e5057.zip |
Notes
Diffstat (limited to 'devel/p5-ReadLine-Gnu')
-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 |