diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-06 22:29:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-06 22:29:57 +0000 |
commit | 1484d6dcc474318494674a015c2c4f92e08baf63 (patch) | |
tree | a490506270bac75126f303fe6ac1e793711b8d22 /x11 | |
parent | 0736d426fdfcf4fd7b1723cc6440ea20e01658ac (diff) | |
download | pkgsrc-1484d6dcc474318494674a015c2c4f92e08baf63.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')
-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" |