diff options
Diffstat (limited to 'misc/xfce4-weather-plugin')
-rw-r--r-- | misc/xfce4-weather-plugin/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 76e037d92141..0422e44ad27a 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -4,6 +4,7 @@ PORTNAME= xfce4-weather-plugin PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= misc xfce geography MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -12,14 +13,14 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce 4 weather module for xfce4-panel -LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= soup-2:${PORTSDIR}/devel/libsoup GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= pkgconfig gettext +USES= pkgconfig gettext pathfix USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack glib20 gtk20 intltool intlhack libxml2 +USE_GNOME= glib20 gtk20 intltool intlhack libxml2 USE_XFCE= configenv libmenu libutil panel OPTIONS_DEFINE= UPOWER |