pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/p5-pkgsrc-Dewey The package needs a C compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6adb734b3e0a
branches:  trunk
changeset: 537421:6adb734b3e0a
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Jan 08 20:03:54 2008 +0000

description:
The package needs a C compiler.

diffstat:

 pkgtools/p5-pkgsrc-Dewey/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e4af299810e2 -r 6adb734b3e0a pkgtools/p5-pkgsrc-Dewey/Makefile
--- a/pkgtools/p5-pkgsrc-Dewey/Makefile Tue Jan 08 19:47:16 2008 +0000
+++ b/pkgtools/p5-pkgsrc-Dewey/Makefile Tue Jan 08 20:03:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/11/11 11:35:49 martti Exp $
+# $NetBSD: Makefile,v 1.11 2008/01/08 20:03:54 heinz Exp $
 
 DISTNAME=      p5-pkgsrc-Dewey-1.0
 PKGREVISION=   1
@@ -11,13 +11,15 @@
 COMMENT=       Perl module to compare pkgsrc Dewey numbers
 #LICENSE=      gnu-gpl-v2
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 CPPFLAGS+=     -DHAVE_CTYPE_H -DHAVE_STDLIB_H -DHAVE_STRING_H
 CPPFLAGS.NetBSD+=      -DHAVE_ERR_H
 
 NO_CHECKSUM=   yes
 
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
-PKG_DESTDIR_SUPPORT=   user-destdir
+USE_LANGUAGES=         c
 
 PERL5_PACKLIST=                auto/pkgsrc/Dewey/.packlist
 



Home | Main Index | Thread Index | Old Index