Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 1999 13:06:47 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11392: Fix: x11-clocks/asclock-xlib
Message-ID:  <19990429200647.551041437@norn.ca.eu.org>

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

>Number:         11392
>Category:       ports
>Synopsis:       Fix: x11-clocks/asclock-xlib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 29 13:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

Port should DEPEND on Xpm.4.
(Found by Satoshi's package building scripts)

>How-To-Repeat:


>Fix:
	
Index: asclock-xlib/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/x11-clocks/asclock-xlib/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	1999/04/25 00:37:57	1.1.1.1
+++ Makefile	1999/04/29 19:47:15
@@ -12,6 +12,8 @@
 
 MAINTAINER=	kuriyama@FreeBSD.ORG
 
+LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
+
 HAS_CONFIGURE=	YES
 WRKSRC=		${WRKDIR}/asclock-xlib
 USE_X_PREFIX=	YES

-Chris

>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?19990429200647.551041437>