Add a RUN_DEPENDS on shared-color-profiles.

This commit is contained in:
ajacoutot 2011-11-02 17:55:33 +00:00
parent 9d122b03ba
commit c5a99e7d5e

View File

@ -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