Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2002 10:31:00 +0200 (CEST)
From:      Jochem Kossen <jochem@jochem.dyndns.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42499: [MAINTAINER FIX] fix dependency issue (fixes -current build)
Message-ID:  <200209070831.g878V0XW021569@lisa.jochem.dyndns.org>

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

>Number:         42499
>Category:       ports
>Synopsis:       [MAINTAINER FIX] fix dependency issue (fixes -current build)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 07 01:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jochem Kossen
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD lisa 4.6-RC FreeBSD 4.6-RC #1: Thu Aug 1 22:54:07 CEST 2002 root@lisa:/usr/obj/usr/src/sys/LISA i386


	
>Description:
	Missing dependency on devel/gettext....
	
>How-To-Repeat:
	
>Fix:

	

--- cplay-1.45_1-fix_current_build.diff begins here ---
diff -ruN cplay.orig/Makefile cplay/Makefile
--- cplay.orig/Makefile	Sat Sep  7 10:10:44 2002
+++ cplay/Makefile	Sat Sep  7 10:15:00 2002
@@ -13,6 +13,9 @@
 
 MAINTAINER=	j.kossen@home.nl
 
+# depends on msgfmt, but xview installs a msgfmt too
+BUILD_DEPENDS=	gettext:${PORTSDIR}/devel/gettext
+
 USE_GMAKE=	yes
 USE_PYTHON=	yes
 MAN1=		cplay.1
--- cplay-1.45_1-fix_current_build.diff ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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