diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-06 14:44:07 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-06 14:44:07 +0000 |
commit | 3a759a98835dac06a8974a0c1acd0beac8518d2e (patch) | |
tree | 26868a6efbb7b9ac993ca0c935761321138600ca /x11/xfce4-verve-plugin | |
parent | 24f12368ca65fcd4b5082005c8b415216c4e9c27 (diff) | |
download | ports-3a759a98835dac06a8974a0c1acd0beac8518d2e.tar.gz ports-3a759a98835dac06a8974a0c1acd0beac8518d2e.zip |
Notes
Diffstat (limited to 'x11/xfce4-verve-plugin')
-rw-r--r-- | x11/xfce4-verve-plugin/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/xfce4-verve-plugin/Makefile b/x11/xfce4-verve-plugin/Makefile index 35c07606b893..b5914a27c710 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= 8 +PORTREVISION= 9 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R} @@ -18,12 +18,10 @@ LICENSE= GPLv2 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_BZIP2= yes +USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= glib20 intltool intlhack USE_XFCE= configenv panel libexo libgui libutil -USES= pkgconfig pathfix gmake OPTIONS_DEFINE= NLS DBUS OPTIONS_DEFAULT= NLS DBUS |