pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gd Little bug in the Makefile, mea culpa



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa2722a0de5b
branches:  trunk
changeset: 465746:fa2722a0de5b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 05 18:05:13 2004 +0000

description:
Little bug in the Makefile, mea culpa

diffstat:

 graphics/gd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r d304eae36f2f -r fa2722a0de5b graphics/gd/Makefile
--- a/graphics/gd/Makefile      Mon Jan 05 16:53:04 2004 +0000
+++ b/graphics/gd/Makefile      Mon Jan 05 18:05:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2004/01/05 15:30:16 adam Exp $
+# $NetBSD: Makefile,v 1.43 2004/01/05 18:05:13 adam Exp $
 #
 
 DISTNAME=       gd-2.0.17
@@ -23,5 +23,5 @@
 .include "../../graphics/png/buildlink2.mk"
 .include "../../graphics/xpm/buildlink2.mk"
 
-#.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index