diff options
author | garga <garga@FreeBSD.org> | 2012-12-11 03:08:02 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-12-11 03:08:02 +0800 |
commit | f60057bc357402c6a6366b24c8a698b513a80a5f (patch) | |
tree | f9abcb8b813678bde18964d71f7bbb3f14a385ac /x11/startup-notification | |
parent | 925289f82f22a7480a3259e963ee185880b03d92 (diff) | |
download | freebsd-ports-gnome-f60057bc357402c6a6366b24c8a698b513a80a5f.tar.gz freebsd-ports-gnome-f60057bc357402c6a6366b24c8a698b513a80a5f.tar.zst freebsd-ports-gnome-f60057bc357402c6a6366b24c8a698b513a80a5f.zip |
- Update xcb-util to 0.3.9
- Update xcb-util-wm to 0.3.9
- Update xcb-util-keysyms to 0.3.9
- Update xcb-util-image to 0.3.9
- Bump PORTREVISION on dependant ports
Diffstat (limited to 'x11/startup-notification')
-rw-r--r-- | x11/startup-notification/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index feae4dbed56d..168d57aae805 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -8,6 +8,7 @@ PORTNAME= startup-notification PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/ DIST_SUBDIR= gnome2 @@ -15,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library that supports startup notification spec from freedesktop.org -LIB_DEPENDS= xcb-util.0:${PORTSDIR}/x11/xcb-util +LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util USE_XORG= x11 USE_AUTOTOOLS= libtool |