summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorrillig <rillig>2005-10-23 21:02:06 +0000
committerrillig <rillig>2005-10-23 21:02:06 +0000
commita5d1211fc13f036988c80a4fe3f2cadf10ba67ce (patch)
treeed78ea3b29bfd37970ccd305eaf635a8ae52784f /fonts
parent0324869b5118f62356d28c79247d023d2a3d1ec7 (diff)
downloadpkgsrc-a5d1211fc13f036988c80a4fe3f2cadf10ba67ce.tar.gz
Use "+=" instead of "=" for BUILD_DEPENDS.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/XFree86-fontsEncodings/Makefile.common4
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