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 /x11-clocks | |
parent | e869b98462f3f85b6c2164bc0028a59b4d2af597 (diff) |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/xfce4-timer-out-plugin/Makefile | 11 | ||||
-rw-r--r-- | x11-clocks/xfce4-timer-plugin/Makefile | 1 |
3 files changed, 6 insertions, 7 deletions
diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile index 4e6bdb924fc6..8f0076f67b86 100644 --- a/x11-clocks/xfce4-datetime-plugin/Makefile +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfce4-datetime-plugin PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= x11-clocks xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} diff --git a/x11-clocks/xfce4-timer-out-plugin/Makefile b/x11-clocks/xfce4-timer-out-plugin/Makefile index 1c6a3ab6b26c..7e98057baa7d 100644 --- a/x11-clocks/xfce4-timer-out-plugin/Makefile +++ b/x11-clocks/xfce4-timer-out-plugin/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: timer plugin for xfce4 -# Date created: 23 Januar 2007 -# Whom: Martin Wilke (miwi@FreeBSD.org) -# +# Created by: Martin Wilke (miwi@FreeBSD.org) # $FreeBSD$ # PORTNAME= xfce4-time-out-plugin PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -19,9 +16,9 @@ COMMENT= A timer out plugin for Xfce USE_BZIP2= yes USE_GMAKE= yes INSTALLS_ICONS= yes -USES= gettext +USES= gettext pkgconfig pathfix GNU_CONFIGURE= yes -USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig +USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel .include <bsd.port.mk> diff --git a/x11-clocks/xfce4-timer-plugin/Makefile b/x11-clocks/xfce4-timer-plugin/Makefile index 4ee1fe2dff0a..838314741d9c 100644 --- a/x11-clocks/xfce4-timer-plugin/Makefile +++ b/x11-clocks/xfce4-timer-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfce4-timer-plugin PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= x11-clocks xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} |