aboutsummaryrefslogtreecommitdiff
path: root/graphics/colord-gtk
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-04-09 13:27:41 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-04-09 13:27:41 +0000
commita2f0476cbd7d92c5e8e4cfb439a639e4adce3209 (patch)
tree7d98985bea85324a4ea06dd4c5379dc49aa3dcf5 /graphics/colord-gtk
parent2c6932c8535c1e3c2f84c03af1cdf04f82c58fec (diff)
Notes
Diffstat (limited to 'graphics/colord-gtk')
-rw-r--r--graphics/colord-gtk/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/colord-gtk/Makefile b/graphics/colord-gtk/Makefile
index cd6a13b0f1ae..e29fd6478561 100644
--- a/graphics/colord-gtk/Makefile
+++ b/graphics/colord-gtk/Makefile
@@ -11,22 +11,21 @@ MAINTAINER= kwm@FreeBSD.org
COMMENT= Manage color profiles to accurately color input/output devices
BUILD_DEPENDS= colord>=0.1.20:${PORTSDIR}/graphics/colord
-LIB_DEPENDS= colord:${PORTSDIR}/graphics/colord \
- polkit-gobject-1:${PORTSDIR}/sysutils/polkit \
- dbus-1:${PORTSDIR}/devel/dbus \
- lcms2:${PORTSDIR}/graphics/lcms2
+LIB_DEPENDS= libcolord.so:${PORTSDIR}/graphics/colord \
+ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \
+ libdbus-1.so:${PORTSDIR}/devel/dbus \
+ liblcms2.so:${PORTSDIR}/graphics/lcms2
-USE_XZ= yes
USE_GNOME= gnomehier gtk30 intlhack introspection:build
-USES= gettext gmake pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig tar:xz
USE_SQLITE= 3
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-gtk-doc-html=no
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-Wclobbered||g' \
-e 's|-Wempty-body||g' \