diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-05-09 00:05:21 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-05-09 00:05:21 +0800 |
commit | b361f56db83ce9748463f9175d17796a5e4fd5b0 (patch) | |
tree | c26ffb804332112a7d1e11a92de398c5b69a2462 /misc/xfce4-weather-plugin | |
parent | ccc38469f37cea6408376875be95f9ff4f72f328 (diff) | |
download | freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.tar.gz freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.tar.zst freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.zip |
- Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
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 |