diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-02-26 17:22:33 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-02-26 17:22:33 +0000 |
commit | b0f127b50b0885f372334da4b7779ec05e4605f8 (patch) | |
tree | 92a361ef4ebb12959ae7122824fefefe9df0270e /x11/startup-notification/Makefile | |
parent | c9b7220a036575ab8559030b689b5fe0ee4659af (diff) | |
download | pkgsrc-b0f127b50b0885f372334da4b7779ec05e4605f8.tar.gz |
Update to 0.8:
- Support new focus stealing prevention stuff (Elijah Newren)
- Use automake 1.7
Diffstat (limited to 'x11/startup-notification/Makefile')
-rw-r--r-- | x11/startup-notification/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index a720c9156fb..914a53d6247 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2005/01/15 12:49:31 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2005/02/26 17:22:33 jmmv Exp $ -DISTNAME= startup-notification-0.7 -PKGREVISION= 1 +DISTNAME= startup-notification-0.8 CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/startup-notification/0.7/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/startup-notification/0.8/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org |