missed a few depends
This commit is contained in:
parent
4856ef07e8
commit
fbc20d9b54
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/11 19:00:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/22 09:38:08 espie Exp $
|
||||
|
||||
COMMENT = full and incremental backups on filesystem
|
||||
DISTNAME = faubackup-0.5.9
|
||||
@ -15,11 +15,11 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = c popt.>=0.3
|
||||
WANTLIB = c popt>=0.3
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=faubackup/}
|
||||
|
||||
LIB_DEPENDS = ::devel/popt
|
||||
LIB_DEPENDS = devel/popt
|
||||
REGRESS_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS}
|
||||
|
||||
FAKE_FLAGS = sysconfdir=${TRUEPREFIX}/share/examples/faubackup
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/20 17:22:42 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/11/22 09:38:08 espie Exp $
|
||||
|
||||
COMMENT= framework for granting privileged operations to users
|
||||
|
||||
@ -33,7 +33,7 @@ MODULES= textproc/intltool \
|
||||
BUILD_DEPENDS= ${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
${MODGNU_AUTOCONF_DEPENDS}
|
||||
# needs libtoolize
|
||||
BUILD_DEPENDS+= ::devel/libtool
|
||||
BUILD_DEPENDS+= devel/libtool
|
||||
|
||||
# We do no want to depends on gtk-doc as it creates a dependency loop:
|
||||
# polkit -> gtk-doc -> yelp -> gconf2 -> polkit
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/11/20 19:56:47 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/22 09:38:08 espie Exp $
|
||||
|
||||
COMMENT-main = mature and flexible open source SIP server
|
||||
|
||||
@ -66,7 +66,7 @@ MULTI_PACKAGES += -postgresql
|
||||
COMMENT-postgresql = kamailio postgresql module
|
||||
KAMAILIO_MODULES += db_postgres
|
||||
WANTLIB-postgresql = pq
|
||||
LIB_DEPENDS-postgresql =:postgresql-client-*:databases/postgresql,-main
|
||||
LIB_DEPENDS-postgresql =databases/postgresql,-main
|
||||
.endif
|
||||
|
||||
PSEUDO_FLAVORS += no_mysql
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/11/20 19:56:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/11/22 09:38:08 espie Exp $
|
||||
|
||||
COMMENT= LaTeX to html translator
|
||||
|
||||
@ -12,7 +12,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
WANTLIB= c m
|
||||
|
||||
BUILD_DEPENDS= :ocaml-*:lang/ocaml
|
||||
BUILD_DEPENDS= lang/ocaml
|
||||
|
||||
DISTNAME= hevea-$V
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2010/11/20 19:56:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2010/11/22 09:38:08 espie Exp $
|
||||
|
||||
COMMENT= LaTeX vgrind(1) look-alike
|
||||
|
||||
@ -36,7 +36,7 @@ MAKE_FLAGS= BASEDIR=${PREFIX} \
|
||||
FAKE_FLAGS= BASEDIR=${WRKINST}${PREFIX}
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= ::print/texlive/base
|
||||
RUN_DEPENDS= print/texlive/base
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
TEXMF= ${PREFIX}/share/texmf-local
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/11/12 21:41:34 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/11/22 09:38:08 espie Exp $
|
||||
|
||||
# keep in sync with www/mozilla/mozilla.port.mk
|
||||
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc64
|
||||
@ -32,7 +32,7 @@ LANGUAGES= af ak am-ET ar az-IR be bg bn-BD ca-valencia ca cs \
|
||||
pl pt-BR pt-PT ro ru sk-SK sl sq sr ss st sv-SE \
|
||||
sw-TZ ta tn ts uk ur ve vi xh yi zu
|
||||
|
||||
BUILD_DEPENDS= :unzip-*:archivers/unzip
|
||||
BUILD_DEPENDS= archivers/unzip
|
||||
|
||||
DIST_SUBDIR= ${NAME}-${V}
|
||||
NO_BUILD= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/11/22 08:36:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/11/22 09:40:48 espie Exp $
|
||||
|
||||
COMMENT= learning management system
|
||||
|
||||
@ -29,7 +29,7 @@ RUN_DEPENDS= www/php5/extensions,-curl \
|
||||
www/php5/extensions,-gd \
|
||||
www/php5/extensions,-mbstring \
|
||||
www/php5/extensions,-xmlrpc
|
||||
RUN_DEPENDS+= :php5-mysql-*|php5-pgsql-*:www/php5/extensions,-mysql
|
||||
RUN_DEPENDS+= php5-mysql-*|php5-pgsql-*:www/php5/extensions,-mysql
|
||||
|
||||
do-install:
|
||||
@cd ${PREFIX} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.64 2010/11/22 08:36:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.65 2010/11/22 09:40:48 espie Exp $
|
||||
|
||||
FULLPKGNAME-main= php5-extensions-${V}
|
||||
FULLPKGPATH-main= www/php5/extensions,-main
|
||||
@ -428,7 +428,7 @@ LIB_DEPENDS-main=
|
||||
MESSAGE-main= ${PKGDIR}/DESCR-main
|
||||
WANTLIB-main=
|
||||
|
||||
BUILD_DEPENDS+= ::textproc/libxml
|
||||
BUILD_DEPENDS+= textproc/libxml
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/${MODULES_SUBDIR}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/11/15 12:14:28 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/22 09:40:48 espie Exp $
|
||||
|
||||
COMMENT= stateful programmatic web browsing module
|
||||
|
||||
@ -22,7 +22,7 @@ MODPY_SETUPTOOLS= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/src/
|
||||
|
||||
REGRESS_DEPENDS= ::devel/py-twisted/web2/
|
||||
REGRESS_DEPENDS= devel/py-twisted/web2/
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-mechanize
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.95 2010/11/22 08:37:04 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.96 2010/11/22 09:40:48 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $
|
||||
|
||||
COMMENT-main= C++ X11 GUI toolkit
|
||||
@ -120,7 +120,7 @@ CONFIGURE_ARGS+= -plugindir ${QT_PLUGINSDIR}
|
||||
CONFIGURE_ENV= QTDIR="${WRKSRC}"
|
||||
|
||||
LIB_DEPENDS=
|
||||
BUILD_DEPENDS=::print/cups
|
||||
BUILD_DEPENDS=print/cups
|
||||
|
||||
.if !empty(FLAVOR:L:Mno_mysql)
|
||||
CONFIGURE_ARGS+=-no-sql-mysql
|
||||
@ -135,7 +135,7 @@ CONFIGURE_ARGS+= -I${LOCALBASE}/include/mysql -L${LOCALBASE}/lib/mysql \
|
||||
CONFIGURE_ARGS+=-no-sql-psql
|
||||
.else
|
||||
MULTI_PACKAGES+= -postgresql
|
||||
BUILD_DEPENDS+=::databases/postgresql,-server
|
||||
BUILD_DEPENDS+=databases/postgresql,-server
|
||||
CONFIGURE_ARGS+= -I${LOCALBASE}/include/postgresql \
|
||||
-I${LOCALBASE}/include/postgresql/server \
|
||||
-L${LOCALBASE}/lib \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2010/10/24 21:15:36 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2010/11/22 09:40:48 espie Exp $
|
||||
|
||||
COMMENT= virtual sticky pad system
|
||||
|
||||
@ -15,8 +15,8 @@ HOMEPAGE= http://xpad.sourceforge.net/
|
||||
MODULES= devel/gettext \
|
||||
textproc/intltool
|
||||
|
||||
LIB_DEPENDS= ::x11/gtk+2
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
LIB_DEPENDS= x11/gtk+2
|
||||
RUN_DEPENDS= devel/desktop-file-utils
|
||||
|
||||
WANTLIB += ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
||||
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat
|
||||
|
Loading…
Reference in New Issue
Block a user