pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tightvnc Nitpick: use += for DEPENDS (make pkglint...
details: https://anonhg.NetBSD.org/pkgsrc/rev/50d02b2ba9ce
branches: trunk
changeset: 530531:50d02b2ba9ce
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Jul 01 00:25:07 2007 +0000
description:
Nitpick: use += for DEPENDS (make pkglint warn about this and get a cookie)
diffstat:
net/tightvnc/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r b12e7d4cb7c8 -r 50d02b2ba9ce net/tightvnc/Makefile
--- a/net/tightvnc/Makefile Sun Jul 01 00:24:26 2007 +0000
+++ b/net/tightvnc/Makefile Sun Jul 01 00:25:07 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2007/07/01 00:13:31 tnn Exp $
+# $NetBSD: Makefile,v 1.25 2007/07/01 00:25:07 tnn Exp $
#
DISTNAME= tightvnc-1.3.9
@@ -30,7 +30,7 @@
.endif
.if ${X11_TYPE} == "modular"
-DEPENDS= rgb>=1.0.1:../../x11/rgb
+DEPENDS+= rgb>=1.0.1:../../x11/rgb
RGBPATH= ${PREFIX}/share/X11/rgb
.else
RGBPATH= ${X11BASE}/lib/X11/rgb
@@ -46,8 +46,8 @@
REPLACE_PERL= vncserver
post-extract:
- (echo "#define DefaultRGBDatabase ${RGBPATH}";\
- echo "#define DefaultFontPath ${FONTPATH}")\
+ (${ECHO} "#define DefaultRGBDatabase ${RGBPATH}";\
+ ${ECHO} "#define DefaultFontPath ${FONTPATH}")\
>> ${WRKSRC}/Xvnc/config/cf/site.def
# We have to frob a few things, and we want our own permissions, so it's easier
Home |
Main Index |
Thread Index |
Old Index