diff options
author | lofi <lofi@FreeBSD.org> | 2006-12-21 04:42:54 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-12-21 04:42:54 +0800 |
commit | c5cde9209a2af9410a55793e47423d028d677ac8 (patch) | |
tree | 17febfa96fa2aebd6822eda472c966dd94f8e396 /x11/kdebase3/Makefile | |
parent | 93b17350cb4021d696f4033559a264e97a9337e9 (diff) | |
download | freebsd-ports-graphics-c5cde9209a2af9410a55793e47423d028d677ac8.tar.gz freebsd-ports-graphics-c5cde9209a2af9410a55793e47423d028d677ac8.tar.zst freebsd-ports-graphics-c5cde9209a2af9410a55793e47423d028d677ac8.zip |
Fix a linuxism in media:/ that prevents cd-roms from being mounted (by
trying to mount them with -noatime). Also make kio_media more debug-
chatty in case users find more problems.
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r-- | x11/kdebase3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index d4de86a32d6..ba165d80215 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src |