Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 1998 19:06:25 -0600 (MDT)
From:      brett@peloton.physics.montana.edu
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6698: imlib Makefile fix
Message-ID:  <199805200106.TAA07872@peloton.physics.montana.edu>

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

>Number:         6698
>Category:       ports
>Synopsis:       fix silly typo in imlib Makefile
>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:   Tue May 19 18:30:02 PDT 1998
>Last-Modified:
>Originator:     Brett Taylor
>Organization:
Montana State University, Bozeman
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

	

>Description:

	there's a type in the imlib Makefile

>How-To-Repeat:

	look at Makefile, specifically the USE_X11 line

>Fix:
	

--- Makefile.old	Tue May 19 19:03:12 1998
+++ Makefile	Tue May 19 19:03:24 1998
@@ -20,7 +20,7 @@
 		gtk\\.1\\.:${PORTSDIR}/x11/gtk
 
 USE_GMAKE=	yes
-USE_X11=	ues
+USE_X11=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include \
 		LIBS=-L${LOCALBASE}/lib \
>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?199805200106.TAA07872>