aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-panel
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2013-10-14 20:03:16 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2013-10-14 20:03:16 +0000
commit1ca7b37ec90d4b4860c1e8bf408f5bbf8b74a02d (patch)
tree2a14269ada0286ab8138c12729e10697b220b056 /x11-wm/xfce4-panel
parent11ddbda386bc5b95c9a4ea8321d20ec47840274a (diff)
downloadports-1ca7b37ec90d4b4860c1e8bf408f5bbf8b74a02d.tar.gz
ports-1ca7b37ec90d4b4860c1e8bf408f5bbf8b74a02d.zip
- Support STAGEDIR
- Switch to USES= gmake (xfce4-desktop, xfce4-wm) - Convert to new LIB_DEPENDS format (xfce4-desktop, xfce4-panel, xfce4-wm)
Notes
Notes: svn path=/head/; revision=330350
Diffstat (limited to 'x11-wm/xfce4-panel')
-rw-r--r--x11-wm/xfce4-panel/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile
index d5c20208b4ef..ccb7506f95e3 100644
--- a/x11-wm/xfce4-panel/Makefile
+++ b/x11-wm/xfce4-panel/Makefile
@@ -11,9 +11,9 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Xfce's panel
-LIB_DEPENDS= wnck-1:${PORTSDIR}/x11-toolkits/libwnck \
- cairo:${PORTSDIR}/graphics/cairo \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
+ libcairo.so:${PORTSDIR}/graphics/cairo \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
USES= desktop-file-utils gmake pathfix perl5 pkgconfig
GNU_CONFIGURE= yes
@@ -28,7 +28,6 @@ CONFIGURE_ARGS+=--enable-gio-unix
OPTIONS_DEFINE= NLS DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}