Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Mar 2003 09:35:41 +0900
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/49024: Update port: x11-fonts/bitmap-fonts (fix depend)
Message-ID:  <86of4meluq.wl%fuyuki@hadaly.org>

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

>Number:         49024
>Category:       ports
>Synopsis:       Update port: x11-fonts/bitmap-fonts (fix depend)
>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:   Fri Mar 07 16:40:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.0-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #2: Fri Mar 7 13:26:51 JST 2003 root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS i386


	
>Description:
Fix stale dependency
	
>How-To-Repeat:
	
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-fonts/bitmap-fonts/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	7 Mar 2003 06:13:03 -0000	1.19
+++ Makefile	8 Mar 2003 00:30:36 -0000
@@ -15,7 +15,11 @@
 MAINTAINER=	shige@FreeBSD.org
 COMMENT=	Bitmap font, (6x12, 7x14, 8x16, 12x24) dots bitmap font
 
+.if ${XFREE86_VERSION} == 3
 BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11/XFree86
+.else
+BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
+.endif
 
 # distfile version
 BITMAP_FONTS_VER=	1.0
>Release-Note:
>Audit-Trail:
>Unformatted:

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86of4meluq.wl%fuyuki>