diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2012-12-14 17:45:10 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2012-12-14 17:45:10 +0000 |
commit | 90a981a1f2840768e999d0c0629372ebcc58c4aa (patch) | |
tree | 30f119325059641d124a766790df3178f49e3390 /sysutils/xfce4-settings | |
parent | 10fbaa934ce57efc1bb7380b1bea17ffc8e5be8f (diff) | |
download | ports-90a981a1f2840768e999d0c0629372ebcc58c4aa.tar.gz ports-90a981a1f2840768e999d0c0629372ebcc58c4aa.zip |
Notes
Diffstat (limited to 'sysutils/xfce4-settings')
-rw-r--r-- | sysutils/xfce4-settings/Makefile | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/sysutils/xfce4-settings/Makefile b/sysutils/xfce4-settings/Makefile index 5b682e0f7d9a..9e7659d10d3d 100644 --- a/sysutils/xfce4-settings/Makefile +++ b/sysutils/xfce4-settings/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: xfce4-settings -# Date created: 2 October 2008 -# Whom: Oliver Lehmann <oliver@FreeBSD.org> -# +# Created by: Oliver Lehmann <oliver@FreeBSD.org> # $FreeBSD$ # PORTNAME= xfce4-settings PORTVERSION= 4.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -15,17 +12,17 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce 4 settings application -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack glib20 gtk20 desktopfileutils intltool intlhack \ - pkgconfig +USE_GNOME= gnomehack glib20 gtk20 desktopfileutils intltool intlhack USE_XFCE= configenv garcon libexo libmenu libutil xfconf USE_XORG= inputproto x11 xi +USE_PKGCONFIG= build CONFIGURE_ARGS= --enable-pluggable-dialogs \ --enable-gio-unix @@ -37,7 +34,7 @@ SOUND_DESC= Enable sound control .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXKLAVIER} -LIB_DEPENDS+= xklavier.12:${PORTSDIR}/x11/libxklavier +LIB_DEPENDS+= xklavier:${PORTSDIR}/x11/libxklavier CONFIGURE_ARGS+=--enable-libxklavier .else CONFIGURE_ARGS+=--disable-libxklavier @@ -60,7 +57,7 @@ PLIST_SUB+= XRANDR="@comment " .endif .if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+=--enable-libnotify .else CONFIGURE_ARGS+=--disable-libnotify @@ -76,7 +73,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MSOUND} -LIB_DEPENDS+= canberra.0:${PORTSDIR}/audio/libcanberra +LIB_DEPENDS+= canberra:${PORTSDIR}/audio/libcanberra CONFIGURE_ARGS+=--enable-sound-settings .else CONFIGURE_ARGS+=--disable-sound-settings |