LIB_DEPENDS -> WANTLIB

This commit is contained in:
espie 2010-10-19 20:07:14 +00:00
parent c9bd1d7767
commit 6a88663165
5 changed files with 22 additions and 19 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2010/10/18 16:57:47 espie Exp $
# $OpenBSD: Makefile,v 1.15 2010/10/19 20:07:14 espie Exp $
COMMENT= NEC2 antenna simulator visualizer
@ -27,10 +27,11 @@ WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += pthread-stubs xcb z gdk_pixbuf-2.0
WANTLIB += gtk-x11-2.0.>=400.13 gdk-x11-2.0.>=400.13
MODULES= devel/gettext
LIB_DEPENDS= gtk-x11-2.0.>=400.13,gdk-x11-2.0.>=400.13::x11/gtk+2
LIB_DEPENDS = ::x11/gtk+2
CONFIGURE_STYLE= imake
USE_GROFF = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/10/18 16:57:48 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/10/19 20:07:14 espie Exp $
COMMENT = device firmware update (DFU) USB programmer
@ -18,11 +18,11 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c
MASTER_SITES = http://files.lodoss.net/
LIB_DEPENDS = usb::devel/libusb
LIB_DEPENDS = ::devel/libusb
WANTLIB = c usb
CONFIGURE_STYLE = gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/10/18 16:57:48 espie Exp $
# $OpenBSD: Makefile,v 1.26 2010/10/19 20:07:14 espie Exp $
COMMENT= tools to talk to GSM cellular phones
@ -54,7 +54,8 @@ WANTLIB += gtk-x11-2.0.>=400.13 gdk-x11-2.0.>=400.13 gdk_pixbuf-2.0.>=400.13
WANTLIB += gthread-2.0 xcb-render xcb-render-util
.endif
LIB_DEPENDS+= usb.>=8::devel/libusb
WANTLIB += usb.>=8
LIB_DEPENDS += ::devel/libusb
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnokii

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/10/18 16:57:48 espie Exp $
# $OpenBSD: Makefile,v 1.17 2010/10/19 20:07:14 espie Exp $
COMMENT-main= radio/rotator control library
COMMENT-python= python bindings for hamlib
@ -29,16 +29,17 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m stdc++ z
WANTLIB-python= m usb
WANTLIB-tcl= m usb
WANTLIB = m usb.>=9
WANTLIB-main = ${WANTLIB} c stdc++ z xml2 iconv
WANTLIB-python = ${WANTLIB} hamlib
WANTLIB-tcl = ${WANTLIB} hamlib
LIB_DEPENDS-main= xml2::textproc/libxml \
iconv::converters/libiconv \
usb.>=9::devel/libusb
LIB_DEPENDS-python= hamlib::${BUILD_PKGPATH} \
LIB_DEPENDS-main= ::textproc/libxml \
::converters/libiconv \
::devel/libusb
LIB_DEPENDS-python= ::${BUILD_PKGPATH} \
${MODPY_LIB_DEPENDS}
LIB_DEPENDS-tcl= hamlib::${BUILD_PKGPATH} \
LIB_DEPENDS-tcl= ::${BUILD_PKGPATH} \
${MODTCL_LIB_DEPENDS}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/09/21 22:40:26 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2010/10/19 20:07:15 espie Exp $
COMMENT = gateway to send and receive SMS through GSM mobile phones
@ -16,13 +16,13 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c
WANTLIB = c mm
MASTER_SITES = ${HOMEPAGE}/packages/
# some scripts use formail
RUN_DEPENDS = ::mail/procmail
LIB_DEPENDS = mm::devel/mm
LIB_DEPENDS = ::devel/mm
USE_GMAKE = Yes
NO_REGRESS = Yes