pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/fox Fix typo (CONFIFURE_ARGS => CONFIGURE_ARGS) re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3feed2a2da33
branches:  trunk
changeset: 480347:3feed2a2da33
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 06 22:29:57 2004 +0000

description:
Fix typo (CONFIFURE_ARGS => CONFIGURE_ARGS) reported by Georg Schwarz
in PR 26868. Bump PKGREVISION since this will result in a slightly(?)
different version.

diffstat:

 x11/fox/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r ca9b27d0e645 -r 3feed2a2da33 x11/fox/Makefile
--- a/x11/fox/Makefile  Mon Sep 06 21:58:36 2004 +0000
+++ b/x11/fox/Makefile  Mon Sep 06 22:29:57 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2004/03/23 04:41:02 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/09/06 22:29:57 wiz Exp $
 #
 
 DISTNAME=      fox-1.0.43
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    x11
 MASTER_SITES=  http://www.fox-toolkit.org/ftp/
 
@@ -17,7 +17,7 @@
 
 CONFIGURE_ARGS+=       --with-opengl=mesa
 CONFIGURE_ARGS+=       --with-x
-CONFIFURE_ARGS+=       --with-shm=yes
+CONFIGURE_ARGS+=       --with-shm=yes
 CONFIGURE_ARGS+=       --enable-release
 
 .include "../../graphics/jpeg/buildlink3.mk"



Home | Main Index | Thread Index | Old Index