Remove useless libtool library file for module.

Set explicit LIB_DEPENDS, does not only rely on RUN_DEPENDS.

ok landry@
This commit is contained in:
ajacoutot 2010-05-25 15:13:36 +00:00
parent 04e1d78720
commit 5af636d4c5
6 changed files with 38 additions and 31 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/03/31 11:52:31 landry Exp $
# $OpenBSD: Makefile,v 1.16 2010/05/25 15:13:36 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= HTML renderer plugin for Claws Mail
VERSION= 0.26
DISTNAME= gtkhtml2_viewer-${VERSION}
PKGNAME= claws-mail-htmlviewer-${VERSION}
PKGNAME= claws-mail-htmlviewer-${VERSION}p0
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
CATEGORIES= mail
DIST_SUBDIR= claws
@ -29,13 +29,15 @@ MODULES= devel/gettext
RUN_DEPENDS= ::mail/claws-mail
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= xml2::textproc/libxml \
curl.>=7::net/curl
curl.>=7::net/curl \
gdk-x11-2.0.>=1403,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr Xcomposite \
Xrender Xdamage pcre crypto fontconfig freetype m ssl z expat \
atk-1.0 pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo glitz png \
gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \
gobject-2.0 gtk-x11-2.0 idn pixman-1 pthread-stubs xcb
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo crypto expat
WANTLIB += fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0
WANTLIB += gobject-2.0 gthread-2.0 idn m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread-stubs ssl xcb
WANTLIB += xcb-render xcb-render-util z
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PLIST,v 1.5 2010/03/31 11:52:31 landry Exp $
lib/claws-mail/plugins/gtkhtml2_viewer.la
@comment $OpenBSD: PLIST,v 1.6 2010/05/25 15:13:36 ajacoutot Exp $
@comment lib/claws-mail/plugins/gtkhtml2_viewer.la
lib/claws-mail/plugins/gtkhtml2_viewer.so
share/locale/ca/LC_MESSAGES/gtkhtml2_viewer.mo
share/locale/cs/LC_MESSAGES/gtkhtml2_viewer.mo

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/03/31 11:52:31 landry Exp $
# $OpenBSD: Makefile,v 1.16 2010/05/25 15:13:36 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= RSS aggregator plugin for Claws-mail
VERSION= 0.26
DISTNAME= rssyl-${VERSION}
PKGNAME= claws-mail-rssyl-${VERSION}
PKGNAME= claws-mail-rssyl-${VERSION}p0
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
CATEGORIES= mail
DIST_SUBDIR= claws
@ -28,14 +28,16 @@ MODULES= devel/gettext
RUN_DEPENDS= ::mail/claws-mail
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= xml2.>=9::textproc/libxml
LIB_DEPENDS= xml2.>=9::textproc/libxml \
gdk-x11-2.0.>=1403,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
curl.>=15::net/curl
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xcomposite Xdamage pcre \
Xrender crypto fontconfig freetype m ssl z expat \
atk-1.0 pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo glitz png \
gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \
gobject-2.0 gtk-x11-2.0 curl idn pixman-1 pthread-stubs xcb
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo crypto expat
WANTLIB += fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0
WANTLIB += gobject-2.0 gthread-2.0 idn m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread-stubs ssl xcb
WANTLIB += xcb-render xcb-render-util z
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PLIST,v 1.4 2010/03/31 11:52:31 landry Exp $
lib/claws-mail/plugins/rssyl.la
@comment $OpenBSD: PLIST,v 1.5 2010/05/25 15:13:36 ajacoutot Exp $
@comment lib/claws-mail/plugins/rssyl.la
lib/claws-mail/plugins/rssyl.so
share/locale/ca/LC_MESSAGES/rssyl.mo
share/locale/cs/LC_MESSAGES/rssyl.mo

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/03/31 11:52:31 landry Exp $
# $OpenBSD: Makefile,v 1.17 2010/05/25 15:13:36 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= groupware plugin for Claws-mail
VERSION= 2.0.7
DISTNAME= vcalendar-${VERSION}
PKGNAME= claws-mail-vcalendar-${VERSION}
PKGNAME= claws-mail-vcalendar-${VERSION}p0
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
CATEGORIES= mail
DIST_SUBDIR= claws
@ -26,15 +26,18 @@ LIBTOOL_FLAGS= --tag=disable-static
MODULES= devel/gettext
LIB_DEPENDS= gdk-x11-2.0.>=1403,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
curl.>=15::net/curl
RUN_DEPENDS= ::mail/claws-mail
BUILD_DEPENDS= ${RUN_DEPENDS}
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xcomposite Xdamage pcre \
Xrender crypto fontconfig freetype m ssl z expat \
atk-1.0 pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo glitz png \
gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \
gobject-2.0 gtk-x11-2.0 curl idn pixman-1 pthread-stubs xcb
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo crypto expat
WANTLIB += fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0
WANTLIB += gobject-2.0 gthread-2.0 idn m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread-stubs ssl xcb
WANTLIB += xcb-render xcb-render-util z
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,8 +1,8 @@
@comment $OpenBSD: PLIST,v 1.5 2010/03/31 11:52:31 landry Exp $
@comment $OpenBSD: PLIST,v 1.6 2010/05/25 15:13:36 ajacoutot Exp $
include/claws-mail/plugins/vcalendar/
include/claws-mail/plugins/vcalendar/ical.h
include/claws-mail/plugins/vcalendar/vcal_interface.h
lib/claws-mail/plugins/vcalendar.la
@comment lib/claws-mail/plugins/vcalendar.la
lib/claws-mail/plugins/vcalendar.so
share/locale/ca/LC_MESSAGES/vcalendar.mo
share/locale/cs/LC_MESSAGES/vcalendar.mo