ports/81941: [MAINTAINER] textproc/p5-Text-Aspell: fix CONFIGURE_ARGS

Lars Eggert lars.eggert at gmx.net
Mon Jun 6 09:10:01 UTC 2005


>Number:         81941
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/p5-Text-Aspell: fix CONFIGURE_ARGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 06 09:10:00 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Lars Eggert
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD kobe.netlab.nec.de 5.4-STABLE FreeBSD 5.4-STABLE #21: Fri Apr 29 15:48:54 CEST 2005
>Description:
Fix CONFIGURE_ARGS as suggested by Huver <huver at amgraf.com>.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Text-Aspell-0.04_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-Aspell--/Makefile /usr/ports/textproc/p5-Text-Aspell/Makefile
--- /usr/ports/textproc/p5-Text-Aspell--/Makefile	Wed Mar  9 10:02:27 2005
+++ /usr/ports/textproc/p5-Text-Aspell/Makefile	Mon Jun  6 10:42:11 2005
@@ -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 @@
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
-CONFIGURE_ARGS+=	LIBS=-L${LOCALBASE}/lib INC=-I${LOCALBASE}/include
+CONFIGURE_ARGS+=	INC=-I${LOCALBASE}/include
+CONFIGURE_ARGS+=	"LIBS=-L${LOCALBASE}/lib -laspell"
 
 MAN3=		Text::Aspell.3
 
--- p5-Text-Aspell-0.04_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list