Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/groff/pfbtops It's a C program, but it uses libg...



details:   https://anonhg.NetBSD.org/src/rev/744cba17bb04
branches:  trunk
changeset: 521070:744cba17bb04
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jan 22 23:57:19 2002 +0000

description:
It's a C program, but it uses libgroff, which uses C++, so we
need to use PROG_CXX here as well.

diffstat:

 gnu/usr.bin/groff/pfbtops/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e21370d82d21 -r 744cba17bb04 gnu/usr.bin/groff/pfbtops/Makefile
--- a/gnu/usr.bin/groff/pfbtops/Makefile        Tue Jan 22 22:44:43 2002 +0000
+++ b/gnu/usr.bin/groff/pfbtops/Makefile        Tue Jan 22 23:57:19 2002 +0000
@@ -1,11 +1,13 @@
-#      $NetBSD: Makefile,v 1.8 2002/01/01 05:16:18 thorpej Exp $
+#      $NetBSD: Makefile,v 1.9 2002/01/22 23:57:19 thorpej Exp $
 
 .include "../Makefile.lib"
 
 DIST=          ${IDIST}/src/utils/pfbtops
 .PATH:         ${DIST}
 
-PROG=          pfbtops
+# XXX Because it uses libgroff
+PROG_CXX=      pfbtops
+SRCS=          pfbtops.c
 LDADD+=                $(LIBGROFF)
 DPADD+=                $(LIBGROFF)
 



Home | Main Index | Thread Index | Old Index