diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 02:28:10 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 02:28:10 +0800 |
commit | 0d0c38abda42953116077041374621f29398bca1 (patch) | |
tree | f84adaddc0b7a4395bdc34d83a623d5052d2e8b9 /deskutils/tomboy | |
parent | b4f16ddf9e841edbd8aa8e09adc1c959e5cf6f7d (diff) | |
download | freebsd-ports-gnome-0d0c38abda42953116077041374621f29398bca1.tar.gz freebsd-ports-gnome-0d0c38abda42953116077041374621f29398bca1.tar.zst freebsd-ports-gnome-0d0c38abda42953116077041374621f29398bca1.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils
Diffstat (limited to 'deskutils/tomboy')
-rw-r--r-- | deskutils/tomboy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index 3164a7fe4c64..e1aec997a0fa 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -10,7 +10,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= mono@FreeBSD.org COMMENT= Personal note taking system for the GNOME desktop -LIB_DEPENDS= gtkspell:${PORTSDIR}/textproc/gtkspell +LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell BUILD_DEPENDS= ${LOCALBASE}/lib/mono/gmime-sharp-2.4/gmime-sharp.dll:${PORTSDIR}/mail/gmime24-sharp \ ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-1.0.pc:${PORTSDIR}/devel/dbus-sharp-glib \ mautil:${PORTSDIR}/devel/mono-addins |