diff options
author | jdolecek <jdolecek> | 2000-09-05 17:11:20 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2000-09-05 17:11:20 +0000 |
commit | 06eccc719a58d13d7d0ed3cfd9aa091fb995dee1 (patch) | |
tree | 3dd7cab34d5b138cd852b967a8f426c002101570 /textproc | |
parent | 01e0d0ca35619130ed8058a60562e9b0f922d528 (diff) | |
download | pkgsrc-06eccc719a58d13d7d0ed3cfd9aa091fb995dee1.tar.gz |
fix the dependency on py-extclass to actually work as expected
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-dtml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-dtml/Makefile b/textproc/py-dtml/Makefile index 70a9d77e609..237d5518585 100644 --- a/textproc/py-dtml/Makefile +++ b/textproc/py-dtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/07/28 16:57:17 tsarna Exp $ +# $NetBSD: Makefile,v 1.6 2000/09/05 17:11:20 jdolecek Exp $ # DISTNAME= Zope-2.2.0-src @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.zope.org/Documentation/Guides/DTML-HTML/DTML.html -DEPENDS+= py-extclass-2.2.*:../../lang/python +DEPENDS+= py-extclass-2.2.*:../../lang/py-extclass ALL_TARGET= default PLIST_SRC= ${WRKDIR}/.PLIST_SRC |