diff options
author | wiz <wiz> | 2004-09-06 22:29:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-09-06 22:29:57 +0000 |
commit | 00eb36263d0fde221bd748c5547d82974455b1dc (patch) | |
tree | a490506270bac75126f303fe6ac1e793711b8d22 /x11/fox | |
parent | 5774f8a4630d848c13af2bd573d5832cf6b46436 (diff) | |
download | pkgsrc-00eb36263d0fde221bd748c5547d82974455b1dc.tar.gz |
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 (limited to 'x11/fox')
-rw-r--r-- | x11/fox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/fox/Makefile b/x11/fox/Makefile index 11265700538..0828e42c7cf 100644 --- a/x11/fox/Makefile +++ b/x11/fox/Makefile @@ -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 @@ GNU_CONFIGURE= # defined 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" |