diff options
author | arved <arved@FreeBSD.org> | 2004-10-09 19:54:01 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-10-09 19:54:01 +0000 |
commit | 8f233a2dcd3036b8bba7856c68c56ba64de31d92 (patch) | |
tree | c9c9920284932d2f3466972d94f517359e5953eb /x11/kdebase3/Makefile | |
parent | 1d7281f7a1f6ed33d3665fc3b662fd0ea695b5f0 (diff) | |
download | FreeBSD-ports-8f233a2dcd3036b8bba7856c68c56ba64de31d92.zip FreeBSD-ports-8f233a2dcd3036b8bba7856c68c56ba64de31d92.tar.gz |
Fix a typo
Without this, kdm spins in an infinite loop with select() returning EINVAL
and times out the Xserver startup and kills it off and then aborts.
Submitted by: peter via marcus, kris
Reviewed by: Adriaan de Groot
Approved by: portmgr
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r-- | x11/kdebase3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index a464638..d2a631e 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src |