diff options
author | grant <grant@pkgsrc.org> | 2003-12-20 16:07:42 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-20 16:07:42 +0000 |
commit | f1858cae28c9f0976005ae309d1dfba833afbd13 (patch) | |
tree | aab0f32a870c04903e8419ca338c23c48836af89 /www | |
parent | aacd47a15f56fac82a64d475e274df4b0eceb58c (diff) | |
download | pkgsrc-f1858cae28c9f0976005ae309d1dfba833afbd13.tar.gz |
while "dependancy" is a valid spelling, we generally use
the more widely accepted "dependency".
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index bb80bc1c365..7ee3d0f154d 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2003/12/20 10:28:45 grant Exp $ +# $NetBSD: Makefile.common,v 1.24 2003/12/20 16:07:42 grant Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= mozilla-source-${MOZ_DIST_VER} @@ -135,7 +135,7 @@ CONFIGURE_ARGS+= --with-pthreads .if ${MOZILLA_USE_XFT} == "YES" && exists(${X11BASE}/include/X11/Xdefs.h) CONFIGURE_ARGS+= --enable-xft -# pkgconfig defaults to a "build" dependancy, which is what we want. +# pkgconfig defaults to a "build" dependency, which is what we want. .include "../../devel/pkgconfig/buildlink2.mk" .include "../../fonts/Xft2/buildlink2.mk" .endif |