diff options
author | mat <mat@FreeBSD.org> | 2013-07-31 21:18:37 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-07-31 21:18:37 +0800 |
commit | 35d41013b60b8a9ad9d4a95cd35e9a78a42769ee (patch) | |
tree | ff50069b32af0cdcdf738f46cd3fa322a79870b1 /textproc | |
parent | d894a66c548bf3d44960c106866576840f90fe4b (diff) | |
download | freebsd-ports-gnome-35d41013b60b8a9ad9d4a95cd35e9a78a42769ee.tar.gz freebsd-ports-gnome-35d41013b60b8a9ad9d4a95cd35e9a78a42769ee.tar.zst freebsd-ports-gnome-35d41013b60b8a9ad9d4a95cd35e9a78a42769ee.zip |
And correctly convert to USES=perl5.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Search-Saryer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/p5-Search-Saryer/Makefile b/textproc/p5-Search-Saryer/Makefile index 91019f7296bc..32b6820963ac 100644 --- a/textproc/p5-Search-Saryer/Makefile +++ b/textproc/p5-Search-Saryer/Makefile @@ -18,6 +18,7 @@ COMMENT= Perl interface to the Sary library LIB_DEPENDS= sary.10:${PORTSDIR}/textproc/sary USES= perl5 pkgconfig +USE_PERL5= configure MAN3= Search::Saryer.3 |