pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/ppmd Add USE_LANGUAGES=c++ to note that this...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e63dc451fe3
branches:  trunk
changeset: 472936:7e63dc451fe3
user:      ben <ben%pkgsrc.org@localhost>
date:      Wed Apr 14 14:56:09 2004 +0000

description:
Add USE_LANGUAGES=c++ to note that this package uses c++.

diffstat:

 archivers/ppmd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 89b8e3fcbecf -r 7e63dc451fe3 archivers/ppmd/Makefile
--- a/archivers/ppmd/Makefile   Wed Apr 14 14:54:48 2004 +0000
+++ b/archivers/ppmd/Makefile   Wed Apr 14 14:56:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/03/08 23:44:00 ben Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/14 14:56:09 ben Exp $
 #
 
 DISTNAME=      ppmdi1
@@ -15,6 +15,7 @@
 ALL_TARGET=    ppmd
 
 WRKSRC=                ${WRKDIR}
+USE_LANGUAGES= c++
 
 post-extract:
        cd ${WRKSRC} && for i in *; do \



Home | Main Index | Thread Index | Old Index