Remove useless libtool library file for module.
Set explicit LIB_DEPENDS, does not only rely on RUN_DEPENDS. ok landry@ stephan@ (maintainer)
This commit is contained in:
parent
e45a7536db
commit
101b8614a5
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/05/25 12:17:01 stephan Exp $
|
# $OpenBSD: Makefile,v 1.2 2010/05/25 14:05:44 ajacoutot Exp $
|
||||||
|
|
||||||
SHARED_ONLY = Yes
|
SHARED_ONLY = Yes
|
||||||
|
|
||||||
@ -6,7 +6,7 @@ COMMENT = remove attachments from emails
|
|||||||
|
|
||||||
VERSION = 1.0.11
|
VERSION = 1.0.11
|
||||||
DISTNAME = att_remover-${VERSION}
|
DISTNAME = att_remover-${VERSION}
|
||||||
PKGNAME = claws-mail-attremover-${VERSION}
|
PKGNAME = claws-mail-attremover-${VERSION}p0
|
||||||
MASTER_SITES = http://www.claws-mail.org/downloads/plugins/
|
MASTER_SITES = http://www.claws-mail.org/downloads/plugins/
|
||||||
CATEGORIES = mail
|
CATEGORIES = mail
|
||||||
DIST_SUBDIR = claws
|
DIST_SUBDIR = claws
|
||||||
@ -20,20 +20,23 @@ PERMIT_PACKAGE_FTP = Yes
|
|||||||
PERMIT_DISTFILES_CDROM =Yes
|
PERMIT_DISTFILES_CDROM =Yes
|
||||||
PERMIT_DISTFILES_FTP = Yes
|
PERMIT_DISTFILES_FTP = Yes
|
||||||
|
|
||||||
|
|
||||||
USE_X11 = Yes
|
USE_X11 = Yes
|
||||||
USE_LIBTOOL = Yes
|
USE_LIBTOOL = Yes
|
||||||
LIBTOOL_FLAGS = --tag=disable-static
|
LIBTOOL_FLAGS = --tag=disable-static
|
||||||
|
|
||||||
MODULES = devel/gettext
|
MODULES = devel/gettext
|
||||||
|
|
||||||
|
LIB_DEPENDS = gdk-x11-2.0.>=1403,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
|
||||||
|
|
||||||
RUN_DEPENDS = :claws-mail->=3.7.4:mail/claws-mail
|
RUN_DEPENDS = :claws-mail->=3.7.4:mail/claws-mail
|
||||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||||
|
|
||||||
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes z \
|
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
||||||
Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig \
|
Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig \
|
||||||
freetype glitz m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 \
|
||||||
pcre pixman-1 png pthread-stubs xcb xcb-render xcb-render-util
|
gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
||||||
|
pcre pixman-1 png pthread-stubs xcb xcb-render \
|
||||||
|
xcb-render-util z
|
||||||
|
|
||||||
CONFIGURE_STYLE = gnu
|
CONFIGURE_STYLE = gnu
|
||||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/05/25 12:17:01 stephan Exp $
|
@comment $OpenBSD: PLIST,v 1.2 2010/05/25 14:05:44 ajacoutot Exp $
|
||||||
lib/claws-mail/plugins/att_remover.la
|
@comment lib/claws-mail/plugins/att_remover.la
|
||||||
lib/claws-mail/plugins/att_remover.so
|
lib/claws-mail/plugins/att_remover.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user