diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2008-01-18 17:36:25 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2008-01-18 17:36:25 +0000 |
commit | dc9cdf425178055417ef6fd5b6c6012e53254051 (patch) | |
tree | e638503da724b0bda377139965ffc14b517f72c8 /x11/kde4-runtime | |
parent | 639e6f4bc0ef7c565c5cb76b334fda24af10a6d0 (diff) | |
download | ports-dc9cdf425178055417ef6fd5b6c6012e53254051.tar.gz ports-dc9cdf425178055417ef6fd5b6c6012e53254051.zip |
Notes
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 2 | ||||
-rw-r--r-- | x11/kde4-runtime/files/patch-configure | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 4747e8238169..322f991ba7f2 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/x11/kde4-runtime/files/patch-configure b/x11/kde4-runtime/files/patch-configure new file mode 100644 index 000000000000..1bf1f3b4ce88 --- /dev/null +++ b/x11/kde4-runtime/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2008-01-18 16:57:45.000000000 +0100 ++++ configure 2008-01-18 16:58:02.000000000 +0100 +@@ -51622,7 +51622,7 @@ + + { echo "$as_me:$LINENO: checking HAL_LIBS" >&5 + echo $ECHO_N "checking HAL_LIBS... $ECHO_C" >&6; } +- HAL_LIBS=`$PKG_CONFIG --libs "hal > 0.5"` ++ HAL_LIBS=`$PKG_CONFIG --libs "hal-storage > 0.5"` + { echo "$as_me:$LINENO: result: $HAL_LIBS" >&5 + echo "${ECHO_T}$HAL_LIBS" >&6; } + else |