diff options
author | barner <barner@FreeBSD.org> | 2005-06-06 18:06:37 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-06-06 18:06:37 +0800 |
commit | 98ffb308fac238a7fa6b146abb6864cb9b5c0d2b (patch) | |
tree | 11c6b63b06861698f6cdb2011430c44f4131546d /textproc/p5-Text-Aspell | |
parent | 65ada439328cdfc32d84181dfdf38e00a8409e74 (diff) | |
download | freebsd-ports-gnome-98ffb308fac238a7fa6b146abb6864cb9b5c0d2b.tar.gz freebsd-ports-gnome-98ffb308fac238a7fa6b146abb6864cb9b5c0d2b.tar.zst freebsd-ports-gnome-98ffb308fac238a7fa6b146abb6864cb9b5c0d2b.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
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 |