From c023dc6ddea6d012da98df76165d6c6c208bf041 Mon Sep 17 00:00:00 2001 From: arved Date: Sat, 23 Dec 2006 14:39:00 +0000 Subject: Fix overlong entry in make config Reported by: Heino Tiedemann Submitted by: Andy Fawcett --- x11/kdebase4-runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/kdebase4-runtime') diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 84457e588c26..e74b8a1b36fb 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -52,7 +52,7 @@ CONFIGURE_ARGS+=--without-java \ --with-ssl-dir=${OPENSSLBASE} OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on \ - HAL "Use HAL backend for media:/ (FreeBSD 5 and newer only)" off \ + HAL "Use HAL backend for media:/ (FreeBSD 5+ only)" off \ HTDIG "Depend on htdig, used to build manual indices" off .include "${.CURDIR}/../../x11/kde3/Makefile.kde" -- cgit