diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 23:33:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 23:33:07 +0800 |
commit | bf84e0eb051e4e21559ed409d3f8954b78bac94b (patch) | |
tree | a2262af6c7b41f13cd72d454e308dfb9d736b867 /x11-clocks | |
parent | dc317dcc4b75feb24b5d8a56ab443d65679c32aa (diff) | |
download | freebsd-ports-gnome-bf84e0eb051e4e21559ed409d3f8954b78bac94b.tar.gz freebsd-ports-gnome-bf84e0eb051e4e21559ed409d3f8954b78bac94b.tar.zst freebsd-ports-gnome-bf84e0eb051e4e21559ed409d3f8954b78bac94b.zip |
- Remove USE_XLIB in favor of USE_XORG
- Bump PORTREVISION
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/xfce4-timer-out-plugin/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/xfce4-timer-plugin/Makefile | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile index 1ac8b97a16ef..328e044cb9a5 100644 --- a/x11-clocks/xfce4-datetime-plugin/Makefile +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-datetime-plugin PORTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-clocks xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 @@ -21,6 +21,5 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libutil panel -USE_XLIB= yes .include <bsd.port.mk> diff --git a/x11-clocks/xfce4-timer-out-plugin/Makefile b/x11-clocks/xfce4-timer-out-plugin/Makefile index b5f2c473925f..280ff2143537 100644 --- a/x11-clocks/xfce4-timer-out-plugin/Makefile +++ b/x11-clocks/xfce4-timer-out-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-time-out-plugin PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 @@ -22,6 +22,5 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libutil panel -USE_XLIB= yes .include <bsd.port.mk> diff --git a/x11-clocks/xfce4-timer-plugin/Makefile b/x11-clocks/xfce4-timer-plugin/Makefile index 586b040aac65..697bb7527744 100644 --- a/x11-clocks/xfce4-timer-plugin/Makefile +++ b/x11-clocks/xfce4-timer-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-timer-plugin PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= x11-clocks xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 @@ -21,6 +22,5 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libutil panel -USE_XLIB= yes .include <bsd.port.mk> |