summaryrefslogtreecommitdiffstats
path: root/deskutils/gnote/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnote/Makefile')
-rw-r--r--deskutils/gnote/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile
index 4920e4578..167adf5a4 100644
--- a/deskutils/gnote/Makefile
+++ b/deskutils/gnote/Makefile
@@ -3,11 +3,11 @@
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/deskutils/gnote/Makefile,v 1.1 2009/07/22 04:14:38 mezz Exp $
#
PORTNAME= gnote
-PORTVERSION= 0.5.3
+PORTVERSION= 0.6.2
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
@@ -16,7 +16,7 @@ COMMENT= A port of Tomboy to C++, note taking application
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
gtkspell.0:${PORTSDIR}/textproc/gtkspell \
- boost_filesystem.4:${PORTSDIR}/devel/boost \
+ boost_filesystem.4:${PORTSDIR}/devel/boost-libs \
uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
USE_GMAKE= yes
@@ -30,7 +30,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
PANELAPPLET_LIBDIR="${PREFIX}/libdata"
-
+CONFIGURE_ARGS= --disable-dbus
DOCS= AUTHORS COPYING ChangeLog NEWS README TODO
MAN1= gnote.1
@@ -43,6 +43,8 @@ CONFIGURE_ARGS+=--disable-applet
PLIST_SUB+= APPLET="@comment "
.endif
+PLIST_SUB+= VERSION=${PORTVERSION}
+
post-patch:
@${REINPLACE_CMD} -e 's|/usr/include/boost|${LOCALBASE}/include/boost|g' \
${WRKSRC}/configure