Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2004 10:44:22 +0200 (CEST)
From:      Willem van Engen <wvengen@stack.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70848: [maintainer-fix] misc/sword: add missing dependency on pkgconfig
Message-ID:  <20040823084422.C21A88D@toad.stack.nl>
Resent-Message-ID: <200408230850.i7N8oOrn035106@freefall.freebsd.org>

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

>Number:         70848
>Category:       ports
>Synopsis:       [maintainer-fix] misc/sword: add missing dependency on pkgconfig
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 23 08:50:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Willem van Engen
>Release:        
>Organization:
>Environment:

	
>Description:
	Package building cluster would fail on creating package because the sword.pc
	isn't installed when pkg-config can't be detected.

>How-To-Repeat:
	
>Fix:
	Because some programs using sword need to find sword using pkg-config, another
	dependency on pkg-config needs to be added.

--- sword-pkgconfig.diff begins here ---
--- misc/sword/Makefile	Sat Aug 21 03:38:37 2004
+++ misc/sword/Makefile	Mon Aug 23 10:21:08 2004
@@ -19,6 +19,7 @@
 MAINTAINER=	wvengen@stack.nl
 COMMENT=	A project framework for manipulating Bible texts
 
+USE_GNOME=	pkgconfig
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
--- sword-pkgconfig.diff ends here ---


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



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