From 03bf1f86be20aa53a424444bcb4c60218ca1af6e Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Thu, 3 Nov 2005 12:17:36 +0000 Subject: [PATCH] Using "+=" with DEPENDS. --- Pythonol/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pythonol/Makefile b/Pythonol/Makefile index 9ceb3f5af7..0f7819ab78 100644 --- a/Pythonol/Makefile +++ b/Pythonol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/07/27 16:25:01 thomasklausner Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/03 12:17:36 rillig Exp $ # DISTNAME= Pythonol-2.0_i586 @@ -12,7 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://pythonol.sourceforge.net/ COMMENT= Learn Spanish (with a little help of Python) -DEPENDS= ${PYPKGPREFIX}-sqlite>=0.4.3:../../databases/py-sqlite +DEPENDS+= ${PYPKGPREFIX}-sqlite>=0.4.3:../../databases/py-sqlite PY_PATCHPLIST= yes