Date: Thu, 28 Jan 1999 06:47:09 +1100 (EST) From: jim@corp.au.triax.com To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9731: fix port: aterm-0.3.2 Message-ID: <199901271947.GAA07944@corp.au.triax.com>
next in thread | raw e-mail | index | archive | help
>Number: 9731 >Category: ports >Synopsis: aterm port needs Xpm dependency >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: Wed Jan 27 11:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: >Environment: >Description: The fix below makes aterm rely on Xpm which it should've done before. >How-To-Repeat: >Fix: --- Makefile.orig Thu Jan 28 06:29:40 1999 +++ Makefile Sun Jan 17 14:09:55 1999 @@ -3,7 +3,7 @@ # Date created: 17 January 1999 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.1.1.1 1999/01/26 03:25:16 steve Exp $ +# $Id$ # DISTNAME= aterm-0.3.2 @@ -11,6 +11,8 @@ MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/aterm/ MAINTAINER= jim@phrantic.phear.net + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-transparency --enable-background-image \ >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?199901271947.GAA07944>