diff options
author | wiz <wiz> | 2002-01-21 11:26:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-01-21 11:26:09 +0000 |
commit | 7c7f5a41931177cf3493185bc3a6e60d5519ea50 (patch) | |
tree | cdb091c0abc47d6c2d5cb1524ff0552cc88f4e76 /www/quanta-docs/Makefile | |
parent | 6e7010398212bcda9fcdddf9fb14cb0e9f797382 (diff) | |
download | pkgsrc-7c7f5a41931177cf3493185bc3a6e60d5519ea50.tar.gz |
Fix depends line. Reported in pkg/15322 by Anne Bennett. Might also fix bulk
build failure.
Diffstat (limited to 'www/quanta-docs/Makefile')
-rw-r--r-- | www/quanta-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/quanta-docs/Makefile b/www/quanta-docs/Makefile index 72464ae9384..edb2437a369 100644 --- a/www/quanta-docs/Makefile +++ b/www/quanta-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/11/13 21:35:26 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2002/01/21 11:26:09 wiz Exp $ DISTNAME= quanta-docs-1.0 CATEGORIES= www @@ -15,7 +15,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://quanta.sourceforge.net/ COMMENT= documentation collection for Quanta, the KDE web editor -DEPENDS+= quanta>=1.9.9.2:../../www/quanta-docs +DEPENDS+= quanta>=1.9.9.2:../../www/quanta BUILD_USES_MSGFMT= YES USE_BUILDLINK_ONLY= YES |