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 /x11/xfce4-verve-plugin | |
parent | 10fbaa934ce57efc1bb7380b1bea17ffc8e5be8f (diff) | |
download | ports-90a981a1f2840768e999d0c0629372ebcc58c4aa.tar.gz ports-90a981a1f2840768e999d0c0629372ebcc58c4aa.zip |
Notes
Diffstat (limited to 'x11/xfce4-verve-plugin')
-rw-r--r-- | x11/xfce4-verve-plugin/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/xfce4-verve-plugin/Makefile b/x11/xfce4-verve-plugin/Makefile index d393eaa8ff2d..d840b916dc50 100644 --- a/x11/xfce4-verve-plugin/Makefile +++ b/x11/xfce4-verve-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= verve-plugin PORTVERSION= 1.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=/src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R} @@ -14,14 +14,15 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= xfce@FreeBSD.org COMMENT= A command line plugin for Xfce4 -LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack glib20 intltool intlhack pkgconfig +USE_GNOME= gnomehack glib20 intltool intlhack USE_XFCE= configenv panel libexo libgui libutil +USE_PKGCONFIG= build CONFIGURE_ARGS= --disable-debug @@ -39,7 +40,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+=--enable-dbus PLIST_SUB+= DBUS="" .else |