summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-05 05:29:54 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-05 05:29:54 +0800
commit50cf60e73a77e3b036cf3950bfef9862efac30cb (patch)
treebe5e98853648d375edc413e67825b153c853e912 /graphics
parent3df625dea0736739de280b5ef53ebe4089928186 (diff)
downloadmarcuscom-ports-50cf60e73a77e3b036cf3950bfef9862efac30cb.tar
marcuscom-ports-50cf60e73a77e3b036cf3950bfef9862efac30cb.tar.gz
marcuscom-ports-50cf60e73a77e3b036cf3950bfef9862efac30cb.tar.bz2
marcuscom-ports-50cf60e73a77e3b036cf3950bfef9862efac30cb.tar.lz
marcuscom-ports-50cf60e73a77e3b036cf3950bfef9862efac30cb.tar.xz
marcuscom-ports-50cf60e73a77e3b036cf3950bfef9862efac30cb.tar.zst
marcuscom-ports-50cf60e73a77e3b036cf3950bfef9862efac30cb.zip
Add three missing dependencies.
Submitted by: Romain Tartière <romain@blogreen.org> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16729 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gnome-color-manager/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/gnome-color-manager/Makefile b/graphics/gnome-color-manager/Makefile
index fa9c4f10a..424be0c6f 100644
--- a/graphics/gnome-color-manager/Makefile
+++ b/graphics/gnome-color-manager/Makefile
@@ -3,11 +3,12 @@
# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/graphics/gnome-color-manager/Makefile,v 1.1 2012/04/01 03:48:49 mezz Exp $
#
PORTNAME= gnome-color-manager
PORTVERSION= 3.2.3
+PORTREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -15,6 +16,8 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= A session framework for the GNOME desktop to manage color profiles
+BUILD_DEPENDS= docbook2man:${PORTSDIR}/textproc/docbook-utils \
+ ${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/textproc/docbook-410
LIB_DEPENDS= lcms2.2:${PORTSDIR}/graphics/lcms2 \
colord.1:${PORTSDIR}/graphics/colord \
canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 \
@@ -22,7 +25,8 @@ LIB_DEPENDS= lcms2.2:${PORTSDIR}/graphics/lcms2 \
USE_XZ= yes
USE_XORG= xrandr
-USE_GNOME= gnomeprefix gnomehack intlhack gtk30 vte3 desktopfileutils
+USE_GNOME= gnomeprefix gnomehack intlhack gtk30 vte3 desktopfileutils \
+ gnomedocutils
USE_GMAKE= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes