Fix {BUILD,RUN}_DEPENDS.

This commit is contained in:
bernd 2006-11-20 20:00:04 +00:00
parent b5ceab306f
commit 559952db05
5 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2006/08/03 23:15:57 espie Exp $
# $OpenBSD: Makefile,v 1.10 2006/11/20 20:00:04 bernd Exp $
COMMENT= "library for communicating with an icecast server"
@ -20,7 +20,7 @@ WANTLIB= m ogg
MASTER_SITES= http://downloads.xiph.org/releases/libshout/
BUILD_DEPENDS= ::devel/pkgconfig \
speex.>=4::audio/speex
::audio/speex
LIB_DEPENDS= vorbis.>=4::audio/libvorbis \
theora.>=1::multimedia/libtheora

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2006/03/29 11:50:31 msf Exp $
# $OpenBSD: Makefile,v 1.3 2006/11/20 20:00:05 bernd Exp $
SHARED_ONLY= Yes
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www2.mindrot.org/files/flowd/
WRKSRC= ${WRKDIR}/${DISTNAME}/Flowd-perl
BUILD_DEPENDS= flowd::net/flowd
BUILD_DEPENDS= ::net/flowd
CONFIGURE_STYLE= perl
post-patch:

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/28 17:21:03 mbalmer Exp $
# $OpenBSD: Makefile,v 1.2 2006/11/20 20:00:05 bernd Exp $
COMMENT= "pear ldap"
DISTNAME= Net_LDAP-0.6.6
PKGNAME= pear-${DISTNAME:S/_/-/}
PKGNAME= pear-${DISTNAME:S/_/-/}p0
CATEGORIES= net pear
MASTER_SITES= http://pear.php.net/get/
@ -18,6 +18,6 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= php5-ldap::www/php5/extensions,-ldap
RUN_DEPENDS= ::www/php5/extensions,-ldap
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2006/06/03 09:43:03 alek Exp $
# $OpenBSD: Makefile,v 1.4 2006/11/20 20:00:05 bernd Exp $
SHARED_ONLY= Yes
@ -20,7 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www2.mindrot.org/files/flowd/
BUILD_DEPENDS= flowd::net/flowd
BUILD_DEPENDS= ::net/flowd
MODULES= lang/python
MAKE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/flowd" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.74 2006/11/18 11:42:26 mbalmer Exp $
# $OpenBSD: Makefile,v 1.75 2006/11/20 20:00:05 bernd Exp $
COMMENT= "SMB and CIFS client and server for UNIX"
COMMENT-docs= "documentation and examples for samba"
@ -81,7 +81,7 @@ CONFIGURE_ARGS+= --disable-cups
.if ${FLAVOR:L:Mldap}
CONFIGURE_ARGS+= --with-ldap --without-ads
LIB_DEPENDS+= ldap,lber::databases/openldap
BUILD_DEPENDS+= utf8::misc/libutf8
BUILD_DEPENDS+= ::misc/libutf8
.else
CONFIGURE_ARGS+= --without-ldap --without-ads
.endif