Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2005 11:02:38 +0200 (CEST)
From:      Lars Eggert <lars.eggert@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        huver@amgraf.com
Subject:   ports/81941: [MAINTAINER] textproc/p5-Text-Aspell: fix CONFIGURE_ARGS
Message-ID:  <200506060902.j5692cKE000801@kobe.netlab.nec.de>
Resent-Message-ID: <200506060910.j569A1vw054042@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506060902.j5692cKE000801>