diff options
author | grant <grant> | 2004-06-12 09:10:08 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-12 09:10:08 +0000 |
commit | 7bc7ff158630c5abe831d9b02df2892ec94dee2a (patch) | |
tree | 21a9e3ba1086829d8dfc11aa3a78ad4233e7177e /devel/prcs | |
parent | f0471c8d59a144eddc69019e2faa55215350dd63 (diff) | |
download | pkgsrc-7bc7ff158630c5abe831d9b02df2892ec94dee2a.tar.gz |
this uses a c and c++ compiler.
Diffstat (limited to 'devel/prcs')
-rw-r--r-- | devel/prcs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index 37a25d567af..6fb67c9ddff 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/12/30 17:21:55 cjep Exp $ +# $NetBSD: Makefile,v 1.29 2004/06/12 09:10:08 grant Exp $ # FreeBSD Id: Makefile,v 1.9 1997/10/13 05:11:40 jmacd Exp # @@ -19,5 +19,6 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm NetBSD-*-arm32 \ GNU_CONFIGURE= yes CONFIGURE_ENV+= lispdir=${PREFIX}/share/examples/prcs INFO_FILES= prcs.info +USE_LANGUAGES= c c++ .include "../../mk/bsd.pkg.mk" |