From e9c7865c7124064b3fc99c21d46c6dcb6db4a736 Mon Sep 17 00:00:00 2001 From: Yukihiro Nakai Date: Fri, 29 Oct 1999 10:26:34 +0000 Subject: Fix Makefile line order.(This is right?) --- games/xpuyopuyo/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games') diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 6421345b2fa8..1d0748581d49 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -19,12 +19,11 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +USE_GMAKE= yes USE_X_PREFIX= yes - GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" -USE_GMAKE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xpuyopuyo ${PREFIX}/bin/xpuyopuyo -- cgit v1.2.3