aboutsummaryrefslogtreecommitdiff
path: root/devel/libnotify/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libnotify/Makefile')
-rw-r--r--devel/libnotify/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile
index 4849e280eca5..51202566e907 100644
--- a/devel/libnotify/Makefile
+++ b/devel/libnotify/Makefile
@@ -6,15 +6,14 @@
#
PORTNAME= libnotify
-PORTVERSION= 0.4.3
+PORTVERSION= 0.4.4
CATEGORIES= devel gnome
MASTER_SITES= http://www.galago-project.org/files/releases/source/libnotify/
MAINTAINER= gnome@FreeBSD.org
COMMENT= A library for desktop notifications
-LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
USE_GNOME= gnomehack gnometarget intlhack glib20 gtk20 ltverhack
USE_GMAKE= yes
@@ -24,11 +23,4 @@ CONFIGURE_ARGS= --without-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's|tests||' ${WRKSRC}/Makefile.in
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>