diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-31 19:08:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-31 19:08:20 +0000 |
commit | 0a37251d21df2ae51be07f92e8e86b9d1a52b85b (patch) | |
tree | 4575ab07ba6a7753111750c92d971ae881bf44f8 | |
parent | c2494342ad66096a968ba0cb0b19ed25354e890f (diff) | |
download | ports-0a37251d21df2ae51be07f92e8e86b9d1a52b85b.tar.gz ports-0a37251d21df2ae51be07f92e8e86b9d1a52b85b.zip |
Notes
-rw-r--r-- | devel/libnotify/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile index fd51065209f6..039f6145d8a5 100644 --- a/devel/libnotify/Makefile +++ b/devel/libnotify/Makefile @@ -7,14 +7,14 @@ PORTNAME= libnotify PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= http://www.galago-project.org/files/releases/source/libnotify/ MAINTAINER= andreas@syndrom23.de COMMENT= A library for desktop notifications -LIB_DEPENDS= dbus-1.1:${PORTSDIR}/devel/dbus \ +LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus \ popt.0:${PORTSDIR}/devel/popt USE_GNOME= gnomehack gnometarget intlhack glib20 |