diff options
author | recht <recht> | 2004-01-23 15:39:13 +0000 |
---|---|---|
committer | recht <recht> | 2004-01-23 15:39:13 +0000 |
commit | ce1488dc66c9e069ed684ac3c1fe1b0bc580f2ca (patch) | |
tree | 0989f73ef43feed1475c6fc2e299f4624321dafe /time | |
parent | 5c777e2928296fc4626eebf305c3e972a9aff718 (diff) | |
download | pkgsrc-ce1488dc66c9e069ed684ac3c1fe1b0bc580f2ca.tar.gz |
catch up with pyxml -> py-xml name change
Diffstat (limited to 'time')
-rw-r--r-- | time/gdeskcal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/gdeskcal/Makefile b/time/gdeskcal/Makefile index 7b8c9ccaa25..02a6ca43efa 100644 --- a/time/gdeskcal/Makefile +++ b/time/gdeskcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/03 18:49:54 reed Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/23 15:40:43 recht Exp $ # DISTNAME= gDeskCal-0_55 @@ -26,6 +26,6 @@ do-install: ${LN} -s ${PREFIX}/lib/gdeskcal/gdeskcal ${PREFIX}/bin .include "../../x11/py-gtk2/buildlink2.mk" -.include "../../textproc/pyxml/buildlink2.mk" +.include "../../textproc/py-xml/buildlink2.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |