summaryrefslogtreecommitdiff
path: root/deskutils/notification-daemon/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-08-31 21:30:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-08-31 21:30:50 +0000
commitc59fdfc05e81d6421107a37cc1dea5c96cb39084 (patch)
treeead1d8ab25bc6624f162eb1de6a168dc4de75f7c /deskutils/notification-daemon/Makefile
parent- Update to 0.2.2 (diff)
- Update to 0.2.2
PR: ports/85524 Submitted by: Andreas Kohn <andreas@syndrom23.de> (maintainer)
Notes
Notes: svn path=/head/; revision=141634
Diffstat (limited to 'deskutils/notification-daemon/Makefile')
-rw-r--r--deskutils/notification-daemon/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile
index fdbc91b71178..cbbe693d4b96 100644
--- a/deskutils/notification-daemon/Makefile
+++ b/deskutils/notification-daemon/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= notification-daemon
-PORTVERSION= 0.2.1
-PORTREVISION= 1
+PORTVERSION= 0.2.2
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.galago.info/files/releases/source/notification-daemon/
@@ -22,4 +21,10 @@ USE_LIBTOOL_VER=15
USE_GMAKE= yes
CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-main.cc
+.endif
+
+.include <bsd.port.post.mk>