summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-05-30 06:33:17 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-05-30 06:33:17 +0000
commit291835212ce40a56c9fefabfd8b8f924e3a0e525 (patch)
tree70185007ffa2dc7c7a772eb300add885220fdec7 /deskutils
parentFix the missing dependencies. A few days ago, kwm has clean up (diff)
-Add a missing dependency. [1]
-Add a missing MAN1. -Bump the PORTREVISION. BTW: dbus stuff is kind of bother me. I am not sure if it does right, but I will ask marcus and tmclaugh about it. (ie: lib/dbus-1.0/services) Reported by: pointyhat via kris [1] Pointy hat to: tmclaugh
Notes
Notes: svn path=/head/; revision=136410
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/tomboy/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile
index 4c1abec2b0c3..767b0d4937df 100644
--- a/deskutils/tomboy/Makefile
+++ b/deskutils/tomboy/Makefile
@@ -8,7 +8,7 @@
PORTNAME= tomboy
PORTVERSION= 0.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.beatniksoftware.com/tomboy/releases/
@@ -20,7 +20,7 @@ BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \
${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_GNOME= gnomehack gnometarget intltool gnomeprefix
+USE_GNOME= gnomehack gnometarget intltool gnomeprefix gnomepanel
USE_X_PREFIX= yes
USE_LIBTOOL_VER=15
USE_GMAKE= yes
@@ -28,6 +28,7 @@ USE_GMAKE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+MAN1= tomboy.1
GCONF_SCHEMAS= tomboy.schemas
.include <bsd.port.mk>