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 | |
parent | Add a knob to define the TCP port to contact the OSCAR server (at compile (diff) |
- Explicitely link against libaspell
- Bump PORTREVISION
Suggested by: Huver <huver@amgraf.com>
Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer)
PR: ports/81941
Notes
Notes:
svn path=/head/; revision=136897
Diffstat (limited to 'textproc')
-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 |