diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-05-08 16:05:21 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-05-08 16:05:21 +0000 |
commit | edee314615bd46f5757d9ff74619b24c367f146b (patch) | |
tree | c26ffb804332112a7d1e11a92de398c5b69a2462 /deskutils/xfce4-notes-plugin/Makefile | |
parent | e869b98462f3f85b6c2164bc0028a59b4d2af597 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=317695
Diffstat (limited to 'deskutils/xfce4-notes-plugin/Makefile')
-rw-r--r-- | deskutils/xfce4-notes-plugin/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile index cb614d83393e..742c3709e122 100644 --- a/deskutils/xfce4-notes-plugin/Makefile +++ b/deskutils/xfce4-notes-plugin/Makefile @@ -1,29 +1,26 @@ -# New ports collection makefile for: xfce4-notes-plugin -# Date created: 06 October 2003 -# Whom: Thorsten Greiner <thorsten.greiner@web.de> -# +# Created by: Thorsten Greiner <thorsten.greiner@web.de> # $FreeBSD$ # PORTNAME= xfce4-notes-plugin PORTVERSION= 1.7.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Sticky notes panel plugin for Xfce4 -LIB_DEPENDS= unique-1.0.2:${PORTSDIR}/x11-toolkits/unique +LIB_DEPENDS= unique-1:${PORTSDIR}/x11-toolkits/unique GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gettext +USES= gettext pathfix pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack glib20 gtk20 intltool intlhack desktopfileutils pkgconfig +USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libgui libutil panel xfconf INSTALLS_ICONS= yes |