diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-23 21:02:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-23 21:02:06 +0000 |
commit | 729c7a3fa4d6521c0a1f84275bfe524eee40e7a6 (patch) | |
tree | ed78ea3b29bfd37970ccd305eaf635a8ae52784f /fonts | |
parent | 2bbd70c5a158367996215a6c4b31e99bdb657b51 (diff) | |
download | pkgsrc-729c7a3fa4d6521c0a1f84275bfe524eee40e7a6.tar.gz |
Use "+=" instead of "=" for BUILD_DEPENDS.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/XFree86-fontsEncodings/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/XFree86-fontsEncodings/Makefile.common b/fonts/XFree86-fontsEncodings/Makefile.common index 6b6abdf9185..b3c6338f6bd 100644 --- a/fonts/XFree86-fontsEncodings/Makefile.common +++ b/fonts/XFree86-fontsEncodings/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.10 2005/07/15 18:27:49 jlam Exp $ +# $NetBSD: Makefile.common,v 1.11 2005/10/23 21:02:06 rillig Exp $ # # Makefile fragment used by XFree86-fonts* packages. USE_LANGUAGES= # empty -BUILD_DEPENDS= XFree86-clients>=${XF_VER}:../../x11/XFree86-clients +BUILD_DEPENDS+= XFree86-clients>=${XF_VER}:../../x11/XFree86-clients DEPENDS+= XFree86-fontsEncodings>=${XF_VER}:../../fonts/XFree86-fontsEncodings FILESDIR= ${.CURDIR}/../../fonts/XFree86-fontsEncodings/files |