Fix BUILD_DEPENDS and RUN_DEPENDS.
This commit is contained in:
parent
99a986c64c
commit
6ff6e6be45
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2006/11/20 04:06:41 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2006/11/20 20:37:51 bernd Exp $
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "flash player with firefox browser plugin"
|
||||
@ -25,7 +25,7 @@ USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
USE_X11= Yes
|
||||
|
||||
BUILD_DEPENDS+= boost-headers::devel/boost
|
||||
BUILD_DEPENDS+= ::devel/boost
|
||||
|
||||
LIB_DEPENDS+= atk-1.0.>=1011::devel/atk \
|
||||
curl.>=4::net/curl \
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/11 18:28:27 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2006/11/20 20:37:51 bernd Exp $
|
||||
|
||||
COMMENT= "web based bug tracking"
|
||||
|
||||
DISTNAME= mantis_1.0.5
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
PKGNAME= ${DISTNAME:S/_/-/}p0
|
||||
CATEGORIES= www
|
||||
HOMEPAGE= http://www.mantisbugtracker.com/
|
||||
|
||||
@ -25,8 +25,8 @@ PREFIX= /var/www
|
||||
INSTDIR= /var/www/mantis
|
||||
SUBST_VARS= INSTDIR
|
||||
|
||||
RUN_DEPENDS= php5-mysql-.>=5.0.0::www/php5/extensions,-mysql \
|
||||
mini_sendmail-chroot-.>=1.3.6::mail/mini_sendmail,-chroot
|
||||
RUN_DEPENDS= :php5-mysql->=5.0.0:www/php5/extensions,-mysql \
|
||||
:mini_sendmail-chroot->=1.3.6:mail/mini_sendmail,-chroot
|
||||
|
||||
do-install:
|
||||
@-test ! -d ${PREFIX}/mantis && mkdir ${PREFIX}/mantis
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2006/10/05 10:19:36 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2006/11/20 20:37:51 bernd Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= "object-oriented web application server"
|
||||
|
||||
VERSION= 2.10.0
|
||||
DISTNAME= Zope-${VERSION}-final
|
||||
PKGNAME= ${DISTNAME:S/-final//:L}p1
|
||||
PKGNAME= ${DISTNAME:S/-final//:L}p2
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.zope.org/
|
||||
@ -25,7 +25,7 @@ EXTRACT_SUFX= .tgz
|
||||
MODPY_VERSION= 2.4
|
||||
MODULES= lang/python
|
||||
|
||||
RUN_DEPENDS+= expat::textproc/expat \
|
||||
RUN_DEPENDS+= ::textproc/expat \
|
||||
${MODPY_EXPAT_DEPENDS}
|
||||
|
||||
BUILD_ARGS= --build-base=${WRKSRC} \
|
||||
|
Loading…
Reference in New Issue
Block a user