From c8c6d85bb22515c4a7c69dc09349ed6bc7747416 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 5 Feb 2000 18:34:43 +0000 Subject: $() -> ${} --- games/baduki/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/baduki') diff --git a/games/baduki/Makefile b/games/baduki/Makefile index 49409016a55..020e5e41979 100644 --- a/games/baduki/Makefile +++ b/games/baduki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/11/20 12:34:42 tron Exp $ +# $NetBSD: Makefile,v 1.7 2000/02/05 18:34:43 wiz Exp $ DISTNAME= baduki-0.2.9 CATEGORIES= games @@ -13,7 +13,7 @@ USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} --without-included-gettext CONFIGURE_ENV+= GTK_CONFIG="${X11BASE}/bin/gtk-config" -LDFLAGS+= -L$(LOCALBASE)/lib +LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -- cgit v1.2.3