diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-06-19 21:14:58 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-06-19 21:14:58 +0000 |
commit | 5c69ef11858d72bc0694e6b64c5e99e12519705c (patch) | |
tree | 74a793d22fadc032ffb58e411c388c74295050f6 /sysutils/xfce4-power-manager/Makefile | |
parent | de74423122cc702051fdee6c0434287db531eb06 (diff) | |
download | ports-5c69ef11858d72bc0694e6b64c5e99e12519705c.tar.gz ports-5c69ef11858d72bc0694e6b64c5e99e12519705c.zip |
Notes
Diffstat (limited to 'sysutils/xfce4-power-manager/Makefile')
-rw-r--r-- | sysutils/xfce4-power-manager/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/xfce4-power-manager/Makefile b/sysutils/xfce4-power-manager/Makefile index 88f9f69b36f1..b03fd7683e77 100644 --- a/sysutils/xfce4-power-manager/Makefile +++ b/sysutils/xfce4-power-manager/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xfce4-power-manager -PORTVERSION= 1.0.10 -PORTREVISION= 3 +PORTVERSION= 1.2.0 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} @@ -16,7 +15,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce4 power manager -LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify GNU_CONFIGURE= yes USE_BZIP2= yes |