run and build depends should add, not set values

This commit is contained in:
avsm 2003-04-03 11:10:40 +00:00
parent 52661716a9
commit 6bc3abdfae

View File

@ -1,8 +1,8 @@
# $OpenBSD: pear.port.mk,v 1.1 2003/04/03 10:29:03 avsm Exp $
# $OpenBSD: pear.port.mk,v 1.2 2003/04/03 11:10:40 avsm Exp $
# PHP PEAR module
RUN_DEPENDS= pear:php4-pear-4.3.*:www/php4/pear
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS+= pear:php4-pear-4.3.*:www/php4/pear
BUILD_DEPENDS+= ${RUN_DEPENDS}
NO_BUILD= Yes
NO_REGRESS= Yes