diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2005-09-29 03:43:25 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2005-09-29 03:43:25 +0000 |
commit | dc5fb470346f32981a7266559e08fb90e2564649 (patch) | |
tree | 4ba35782bcaf6705cc209b29217d5d5a60aa4e87 /deskutils | |
parent | 97ae1d50aca5272c4054eca6292c130b4a6aad05 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/mcatalog/Makefile | 4 | ||||
-rw-r--r-- | deskutils/tomboy/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/mcatalog/Makefile b/deskutils/mcatalog/Makefile index ffdc6f7358f1..75845a41141b 100644 --- a/deskutils/mcatalog/Makefile +++ b/deskutils/mcatalog/Makefile @@ -15,9 +15,9 @@ MASTER_SITE_SUBDIR= mcatalog MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= An application for catalogue films and books -BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp +BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 USE_GNOME= gnomeprefix gnomehack gconf2 USE_GMAKE= yes diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index dc67e117558e..6736cd753c4b 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -16,9 +16,9 @@ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= Personal note taking system for the GNOME desktop LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 -BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \ +BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 \ ${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp -RUN_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \ +RUN_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 \ ${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp USE_GNOME= gnomehack gnometarget intltool gnomeprefix gnomepanel |