diff --git a/graphics/colord/Makefile b/graphics/colord/Makefile
index c822463c2b2..fbd4c759bd0 100644
--- a/graphics/colord/Makefile
+++ b/graphics/colord/Makefile
@@ -1,10 +1,12 @@
-# $OpenBSD: Makefile,v 1.1.1.1 2011/11/02 16:40:22 ajacoutot Exp $
+# $OpenBSD: Makefile,v 1.2 2011/11/02 17:55:33 ajacoutot Exp $
 
 COMMENT=	device color profile management daemon
 
 DISTNAME=	colord-0.1.14
 EXTRACT_SUFX=	.tar.xz
 
+REVISION=	0
+
 SHARED_LIBS +=  colord               0.0      # 1.4
 
 CATEGORIES=	graphics devel
@@ -35,6 +37,10 @@ LIB_DEPENDS=	devel/libusb1 \
 		sysutils/polkit \
 		graphics/lcms2
 
+# technically not needed, however it is handy to have some profiles to
+# start working with
+RUN_DEPENDS=	graphics/shared-color-profiles
+
 USE_GMAKE=	Yes
 USE_LIBTOOL=	Yes