diff options
author | olivierd <olivierd@FreeBSD.org> | 2012-12-15 01:45:10 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2012-12-15 01:45:10 +0800 |
commit | b2e2f92b79cc792cfed2e82c83243413f98941c0 (patch) | |
tree | 30f119325059641d124a766790df3178f49e3390 /x11-wm | |
parent | 045251ff78bd388c6968fb3d1df1684c1dc3e5d1 (diff) | |
download | freebsd-ports-gnome-b2e2f92b79cc792cfed2e82c83243413f98941c0.tar.gz freebsd-ports-gnome-b2e2f92b79cc792cfed2e82c83243413f98941c0.tar.zst freebsd-ports-gnome-b2e2f92b79cc792cfed2e82c83243413f98941c0.zip |
Bump PORTREVISION for libexo-related ports
While here,
- Trim header
- Use USE_PKGCONFIG
- Remove ABI version numbers from LIB_DEPENDS
Approved by: rene, miwi (mentors, implicit)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 17 | ||||
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 13 |
2 files changed, 12 insertions, 18 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index c08093ff4602..67c174e1dc9f 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: xfdesktop -# Date created: 7 June 2003 -# Whom: James Earl <jdearl@telus.net> -# +# Created by: James Earl <jdearl@telus.net> # $FreeBSD$ # PORTNAME= xfce4-desktop PORTVERSION= 4.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfdesktop-${PORTVERSION} @@ -16,17 +13,17 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's desktop manager -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - wnck-1.22:${PORTSDIR}/x11-toolkits/libwnck \ - notify.4:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ + wnck-1:${PORTSDIR}/x11-toolkits/libwnck \ + notify:${PORTSDIR}/devel/libnotify GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= glib20 gnomehack gtk20 intltool intlhack pkgconfig \ - desktopfileutils +USE_GNOME= glib20 gnomehack gtk20 intltool intlhack desktopfileutils USE_XFCE= configenv garcon libmenu libutil libexo xfconf +USE_PKGCONFIG= build CONFIGURE_ARGS+=--enable-gio-unix \ --enable-notifications diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index 4afcece48c90..fe8429cf7384 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: xfce4-panel -# Date created: 7 June 2003 -# Whom: James Earl <jdearl@telus.net> -# +# Created by: James Earl <jdearl@telus.net> # $FreeBSD$ # PORTNAME= xfce4-panel PORTVERSION= 4.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -15,9 +12,9 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's panel -LIB_DEPENDS= wnck-1.22:${PORTSDIR}/x11-toolkits/libwnck \ - cairo.2:${PORTSDIR}/graphics/cairo \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= wnck-1:${PORTSDIR}/x11-toolkits/libwnck \ + cairo:${PORTSDIR}/graphics/cairo \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes INSTALLS_ICONS= yes |