pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/mp Fix typo, as pointed by Gilles Dauphin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f353edb3b97
branches:  trunk
changeset: 523942:5f353edb3b97
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Mon Jan 15 17:49:45 2007 +0000

description:
Fix typo, as pointed by Gilles Dauphin

diffstat:

 print/mp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f9822264bb4b -r 5f353edb3b97 print/mp/Makefile
--- a/print/mp/Makefile Mon Jan 15 17:46:13 2007 +0000
+++ b/print/mp/Makefile Mon Jan 15 17:49:45 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/01/14 09:42:01 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2007/01/15 17:49:45 tonio Exp $
 #
 
 DISTNAME=      mpdist-3.7.1
@@ -24,7 +24,7 @@
 BUILDLINK_DEPMETHOD.libXt?=    build
 
 .include "../../x11/gtk/buildlink3.mk"
-.include "../../x11/libSMbuildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index