a few depends I missed

This commit is contained in:
espie 2010-11-15 12:44:20 +00:00
parent 4a5097b8e5
commit 9de7d94549
9 changed files with 21 additions and 21 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.43 2010/11/15 00:22:46 espie Exp $
# $OpenBSD: Makefile,v 1.44 2010/11/15 12:44:20 espie Exp $
CATEGORIES = audio x11 x11/kde
COMMENT = music player for KDE
@ -27,7 +27,7 @@ WANTLIB += kdecore>=6 DCOP khtml kwalletclient kdefx kdeprint
WANTLIB += kutils kdeui kparts kio kdesu kjs knewstuff kdnssd tag>=5.0
WANTLIB += xine sqlite3 gpod njb mtp ${MODRUBY_WANTLIB}
RUN_DEPENDS = :desktop-file-utils-*:devel/desktop-file-utils
RUN_DEPENDS = devel/desktop-file-utils
LIB_DEPENDS += x11/kde/libs3 \
x11/kde/base3 \
x11/gtk+2 \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2010/11/15 00:22:46 espie Exp $
# $OpenBSD: Makefile,v 1.22 2010/11/15 12:44:20 espie Exp $
# $FreeBSD: ports/audio/ascd/Makefile,v 1.17 2000/09/25 12:21:17 asami Exp $
COMMENT= cd player for Afterstep or Window Maker
@ -16,7 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xdmcp Xext Xpm c workman.>=1
WANTLIB= X11 Xau Xdmcp Xext Xpm c workman>=1
MASTER_SITES= http://worldserver.oleane.com/rsn/Archives/
DISTFILES= ${DISTNAME}-src.tgz ${DATAFILES}
@ -24,7 +24,7 @@ DATAFILES= ascd-0.13pr6-themes.tgz
LIB_DEPENDS= audio/libworkman
USE_GROFF = Yes
USE_GROFF = Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= imake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2010/11/15 00:22:46 espie Exp $
# $OpenBSD: Makefile,v 1.50 2010/11/15 12:44:20 espie Exp $
# $FreeBSD: Makefile,v 1.8 1999/03/09 01:08:46 nectar Exp $
COMMENT= sound library for Enlightenment
@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/esound/0.2/}
HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html
LIB_DEPENDS= ::devel/libaudiofile
LIB_DEPENDS= devel/libaudiofile
# GPL/LGPL
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/11/15 00:22:46 espie Exp $
# $OpenBSD: Makefile,v 1.20 2010/11/15 12:44:20 espie Exp $
COMMENT= GTK+ tool for managing Creative and Dell audio players
@ -42,6 +42,6 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
RUN_DEPENDS= devel/desktop-file-utils
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/11/15 00:22:50 espie Exp $
# $OpenBSD: Makefile,v 1.21 2010/11/15 12:44:20 espie Exp $
COMMENT-main= radio/rotator control library
COMMENT-python= python bindings for hamlib
@ -48,7 +48,7 @@ USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
BUILD_DEPENDS= ::devel/swig
BUILD_DEPENDS= devel/swig
RUN_DEPENDS-main=
RUN_DEPENDS-tcl=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/11/15 00:22:51 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/15 12:44:20 espie Exp $
COMMENT= small application for managing a LDAP address book
@ -22,7 +22,7 @@ MODULES= lang/python
PY_FLAVOR= python${MODPY_VERSION}
RUN_DEPENDS= x11/py-gtk2 \
:py-ldap-*-${PY_FLAVOR}:databases/py-ldap,${PY_FLAVOR}
py-ldap-*-${PY_FLAVOR}:databases/py-ldap,${PY_FLAVOR}
NO_BUILD= Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 00:22:52 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/15 12:44:20 espie Exp $
COMMENT= database OO schema for Jifty
@ -35,6 +35,6 @@ RUN_DEPENDS= devel/p5-Class-Accessor \
# a lot of tests will be skipped without DB connections
REGRESS_DEPENDS=::databases/p5-DBD-SQLite
REGRESS_DEPENDS=databases/p5-DBD-SQLite
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.133 2010/11/15 00:22:53 espie Exp $
# $OpenBSD: Makefile,v 1.134 2010/11/15 12:44:20 espie Exp $
COMMENT-main= PostgreSQL RDBMS (client)
COMMENT-server= PostgreSQL RDBMS (server)
@ -81,7 +81,7 @@ MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/config
INSTALL_TARGET= install-world
LIB_DEPENDS-main= ::textproc/libxml
LIB_DEPENDS-main= textproc/libxml
WANTLIB-main = ${WANTLIB} xml2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/11/13 11:53:16 espie Exp $
# $OpenBSD: Makefile,v 1.16 2010/11/15 12:44:20 espie Exp $
COMMENT= access a SQLite3 database from ruby
@ -18,12 +18,12 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ruby
WANTLIB= sqlite3
LIB_DEPENDS= :sqlite3->=3.3.4:databases/sqlite3
LIB_DEPENDS= sqlite3->=3.3.4:databases/sqlite3
CONFIGURE_STYLE= ruby gem ext
MODRUBY_REGRESS= rake
REGRESS_DEPENDS= :${MODRUBY_PKG_PREFIX}-mocha:devel/ruby-mocha,${FLAVOR} \
:${FULLPKGNAME}:${BUILD_PKGPATH}
REGRESS_DEPENDS= devel/ruby-mocha,${FLAVOR} \
${FULLPKGNAME}:${BUILD_PKGPATH}
.include <bsd.port.mk>