diff options
Diffstat (limited to 'x11-clocks/xfce4-timer-plugin/Makefile')
-rw-r--r-- | x11-clocks/xfce4-timer-plugin/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-clocks/xfce4-timer-plugin/Makefile b/x11-clocks/xfce4-timer-plugin/Makefile index e20f6bfaf609..6c01c0797fb1 100644 --- a/x11-clocks/xfce4-timer-plugin/Makefile +++ b/x11-clocks/xfce4-timer-plugin/Makefile @@ -6,11 +6,10 @@ # PORTNAME= xfce4-timer-plugin -PORTVERSION= 0.6.4 -PORTREVISION= 2 +PORTVERSION= 1.0.0 CATEGORIES= x11-clocks 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 @@ -21,7 +20,8 @@ USE_GMAKE= yes INSTALLS_ICONS= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -USE_GNOME= gtk20 intltool intlhack pkgconfig -USE_XFCE= configenv libgui libutil panel +USE_GNOME= gtk20 intltool intlhack +USE_XFCE= configenv libmenu libutil panel +USE_PKGCONFIG= build .include <bsd.port.mk> |