From ff2b13401300c8c37b614664c79043185035a905 Mon Sep 17 00:00:00 2001 From: rafan Date: Mon, 11 Dec 2006 11:00:37 +0000 Subject: - Respect X11BASE by GNU_CONFIGURE + USE_XLIB The configure script is generated by autotools. Reported by: pointyhat Approved by: portmgr (linimon) --- lang/squeak/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/squeak') diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 972c2b9f5a9c..ababa626a707 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -59,7 +59,7 @@ DIST_SUBDIR= squeak ONLY_FOR_ARCHS= i386 MAN1= inisqueak.1 squeak.1 USE_GMAKE= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes # Plugin image must be writable, because of it copy to user's ~/.npsqueak/ and # be updated. -- cgit