-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
This commit is contained in:
parent
98202583b1
commit
291835212c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136410
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
PORTNAME= tomboy
|
PORTNAME= tomboy
|
||||||
PORTVERSION= 0.3.2
|
PORTVERSION= 0.3.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= deskutils gnome
|
CATEGORIES= deskutils gnome
|
||||||
MASTER_SITES= http://www.beatniksoftware.com/tomboy/releases/
|
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
|
${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
USE_GNOME= gnomehack gnometarget intltool gnomeprefix
|
USE_GNOME= gnomehack gnometarget intltool gnomeprefix gnomepanel
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_LIBTOOL_VER=15
|
USE_LIBTOOL_VER=15
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
@ -28,6 +28,7 @@ USE_GMAKE= yes
|
|||||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
|
MAN1= tomboy.1
|
||||||
GCONF_SCHEMAS= tomboy.schemas
|
GCONF_SCHEMAS= tomboy.schemas
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user