diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-10-15 03:42:26 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-10-15 03:42:26 +0800 |
commit | 497cebdf8970fd9ec89de61284fc3a8764349ac8 (patch) | |
tree | 87792bc2c131528a78f72d931a9fe5df9fc1d7d0 /x11/libxfce4menu | |
parent | d04020c70d7fccd535a313d08d2ebe36fde16c58 (diff) | |
download | freebsd-ports-gnome-497cebdf8970fd9ec89de61284fc3a8764349ac8.tar.gz freebsd-ports-gnome-497cebdf8970fd9ec89de61284fc3a8764349ac8.tar.zst freebsd-ports-gnome-497cebdf8970fd9ec89de61284fc3a8764349ac8.zip |
- Support STAGEDIR
- Convert to new LIB_DEPENDS format (x11/libxfce4menu, x11/xfce4-conf)
- Switch to USES= gmake (x11/libxfce4menu)
- Update Perl dependencies versions (x11/xfce4-conf)
- Add patch, to use new GLib 2.32 mutex API (x11/xfce4-conf)
Reviewed by: Perl (az@, bapt@, and mat@)
Diffstat (limited to 'x11/libxfce4menu')
-rw-r--r-- | x11/libxfce4menu/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/libxfce4menu/Makefile b/x11/libxfce4menu/Makefile index ced494232946..1db82a4b1429 100644 --- a/x11/libxfce4menu/Makefile +++ b/x11/libxfce4menu/Makefile @@ -14,19 +14,17 @@ COMMENT= Widgets library for the Xfce desktop environment GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_LDCONFIG= yes USE_XFCE= configenv libutil xfconf INSTALLS_ICONS= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake CONFIGURE_ARGS= --with-vendor-info=FreeBSD OPTIONS_DEFINE= DOCS NLS NOTIFY GLADE OPTIONS_DEFAULT= NOTIFY -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} @@ -47,14 +45,14 @@ 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 .endif .if ${PORT_OPTIONS:MGLADE} -LIB_DEPENDS+= gladeui-1:${PORTSDIR}/devel/glade3 +LIB_DEPENDS+= libgladeui-1.so:${PORTSDIR}/devel/glade3 CONFIGURE_ARGS+=--enable-gladeui .else CONFIGURE_ARGS+=--disable-gladeui |