pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/XFree86-fontsEncodings Use "+=" instead of "=" f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/07c682f855b0
branches: trunk
changeset: 501549:07c682f855b0
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Oct 23 21:02:06 2005 +0000
description:
Use "+=" instead of "=" for BUILD_DEPENDS.
diffstat:
fonts/XFree86-fontsEncodings/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 97c6b39e0bd5 -r 07c682f855b0 fonts/XFree86-fontsEncodings/Makefile.common
--- a/fonts/XFree86-fontsEncodings/Makefile.common Sun Oct 23 20:58:58 2005 +0000
+++ b/fonts/XFree86-fontsEncodings/Makefile.common Sun Oct 23 21:02:06 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index