From 3c811f6afabe95ed3842bee39e6d96d9ff2f7ec9 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 28 Mar 2009 13:57:14 +0000 Subject: - Fix --disable-kparts configure option --- graphics/gnash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 7ec3fcef19c7..6d641b8aee71 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -102,7 +102,7 @@ PLIST_SUB+= KPARTS="" USE_LDCONFIG+= ${PREFIX}/lib/kde3 .else PLIST_SUB+= KPARTS="@comment " -CONFIGURE_ARGS+= --disable-kparts +CONFIGURE_ARGS+= --disable-kparts3 .endif .if defined(WITH_KDE4) && !defined(WITHOUT_PLUGIN) -- cgit v1.2.3