pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/pdiff Wants c compiler too.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fedfbdfd812
branches:  trunk
changeset: 517194:4fedfbdfd812
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 06 10:41:00 2006 +0000

description:
Wants c compiler too.

diffstat:

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

diffs (18 lines):

diff -r c1791280951d -r 4fedfbdfd812 graphics/pdiff/Makefile
--- a/graphics/pdiff/Makefile   Sun Aug 06 10:39:29 2006 +0000
+++ b/graphics/pdiff/Makefile   Sun Aug 06 10:41:00 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/06/10 19:53:54 heinz Exp $
+# $NetBSD: Makefile,v 1.2 2006/08/06 10:41:00 wiz Exp $
 #
 
 DISTNAME=              pdiff0.9b-src
@@ -16,7 +16,7 @@
 EXTRACT_OPTS+=         -d pdiff
 
 WRKSRC=                        ${WRKDIR}/pdiff
-USE_LANGUAGES+=                c++
+USE_LANGUAGES+=                c c++
 
 BUILD_DEPENDS+=                cmake>=2:../../devel/cmake
 



Home | Main Index | Thread Index | Old Index