diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-06-06 10:06:37 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-06-06 10:06:37 +0000 |
commit | 36284e023ead4a58bea87a6b83c4ffd5d65365b5 (patch) | |
tree | 51be96541463dd93e5ff5a2efb80b9a138ecf73d /textproc/p5-Text-Aspell | |
parent | 01b9f86459e5c72b6c07de497b92ef759cbe0562 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Aspell')
-rw-r--r-- | textproc/p5-Text-Aspell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Text-Aspell/Makefile b/textproc/p5-Text-Aspell/Makefile index a431995015f6..c89d8be6195e 100644 --- a/textproc/p5-Text-Aspell/Makefile +++ b/textproc/p5-Text-Aspell/Makefile @@ -7,6 +7,7 @@ PORTNAME= Text-Aspell PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -19,7 +20,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS+= LIBS=-L${LOCALBASE}/lib INC=-I${LOCALBASE}/include +CONFIGURE_ARGS+=INC=-I${LOCALBASE}/include \ + "LIBS=-L${LOCALBASE}/lib -laspell" MAN3= Text::Aspell.3 |