aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Aspell
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-06-06 10:06:37 +0000
committerSimon Barner <barner@FreeBSD.org>2005-06-06 10:06:37 +0000
commit36284e023ead4a58bea87a6b83c4ffd5d65365b5 (patch)
tree51be96541463dd93e5ff5a2efb80b9a138ecf73d /textproc/p5-Text-Aspell
parent01b9f86459e5c72b6c07de497b92ef759cbe0562 (diff)
downloadports-36284e023ead4a58bea87a6b83c4ffd5d65365b5.tar.gz
ports-36284e023ead4a58bea87a6b83c4ffd5d65365b5.zip
- 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/p5-Text-Aspell')
-rw-r--r--textproc/p5-Text-Aspell/Makefile4
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