diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-10-15 04:03:16 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-10-15 04:03:16 +0800 |
commit | 40ce304b4d75c995025f6c1c4dcef0e61c072584 (patch) | |
tree | 2a14269ada0286ab8138c12729e10697b220b056 /x11-wm/xfce4-wm | |
parent | 12d2f484344e96ba6c0e373fefd117a3785135d8 (diff) | |
download | freebsd-ports-gnome-40ce304b4d75c995025f6c1c4dcef0e61c072584.tar.gz freebsd-ports-gnome-40ce304b4d75c995025f6c1c4dcef0e61c072584.tar.zst freebsd-ports-gnome-40ce304b4d75c995025f6c1c4dcef0e61c072584.zip |
- Support STAGEDIR
- Switch to USES= gmake (xfce4-desktop, xfce4-wm)
- Convert to new LIB_DEPENDS format (xfce4-desktop, xfce4-panel,
xfce4-wm)
Diffstat (limited to 'x11-wm/xfce4-wm')
-rw-r--r-- | x11-wm/xfce4-wm/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile index 3afff0a40448..201f986f35a3 100644 --- a/x11-wm/xfce4-wm/Makefile +++ b/x11-wm/xfce4-wm/Makefile @@ -12,8 +12,8 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's window manager -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - wnck-1:${PORTSDIR}/x11-toolkits/libwnck +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck CONFIGURE_ARGS= --enable-xsync \ --enable-render \ @@ -22,8 +22,7 @@ CONFIGURE_ARGS= --enable-xsync \ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USES= pathfix pkgconfig -USE_GMAKE= yes +USES= pathfix pkgconfig gmake USE_GNOME= gtk20 intltool intlhack USE_LDCONFIG= yes USE_XFCE= configenv libmenu libutil xfconf @@ -34,7 +33,6 @@ OPTIONS_DEFINE= COMPOSITE NLS NOTIFY REVMOUSE OPTIONS_DEFAULT= COMPOSITE NOTIFY REVMOUSE_DESC= Reverse mouse workspace changing direction -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCOMPOSITE} @@ -53,7 +51,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= startup-notification-1:${PORTSDIR}/x11/startup-notification +LIB_DEPENDS+= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification CONFIGURE_ARGS+=--enable-startup-notification .else CONFIGURE_ARGS+=--disable-startup-notification |