Subject: Re: pkg/30019: [PATCH] textproc/openjade fails to build on OS X
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Idar Tollefsen <idart@performancedesign.no>
List: pkgsrc-bugs
Date: 05/30/2005 00:22:02
The following reply was made to PR pkg/30019; it has been noted by GNATS.

From: Idar Tollefsen <idart@performancedesign.no>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/30019: [PATCH] textproc/openjade fails to build on OS X
Date: Mon, 30 May 2005 02:21:03 +0200

 A small correction:
 
 +CONFIGURE_ARGS+=	--enable-default-catalog=${SGML_CATALOG} \
 
 should read:
 
 +CONFIGURE_ARGS+=	--enable-default-catalog=${SGML_CATALOGS} \
 
 with an "S" at the end, as the variable defined just below it.
 Sorry about that.