Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 1998 22:11:15 +1000 (EST)
From:      andrew@ugh.net.au
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6438: asclock port dosnt list a dependency
Message-ID:  <199804281211.WAA03055@beebite.ugh.net.au>

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

>Number:         6438
>Category:       ports
>Synopsis:       asclock port dosnt list a dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 28 04:30:10 PDT 1998
>Last-Modified:
>Originator:     Andrew
>Organization:
UgH!
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

2.2.6-STABLE. Ports from current.

>Description:

asclock dosnt mention it needs xpm in its make file...making the build fail
if you dont have it installed already.

>How-To-Repeat:

cd /usr/ports/x11/asclock && make

>Fix:

I just nicked the line out of another port...so I guess that must be the way to
do it :-)
	

--- Makefile.old	Tue Apr 28 22:05:58 1998
+++ Makefile	Tue Apr 28 22:05:55 1998
@@ -11,6 +11,7 @@
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_XCONTRIB}
 MASTER_SITE_SUBDIR=		applications
+LIB_DEPENDS=    Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	Nakai@Mlab.t.u-tokyo.ac.jp
>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?199804281211.WAA03055>