diff options
author | grant <grant@pkgsrc.org> | 2004-06-12 09:10:08 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-12 09:10:08 +0000 |
commit | b4dd7a915fd8459a26cd9982cebc264a1936a03c (patch) | |
tree | 21a9e3ba1086829d8dfc11aa3a78ad4233e7177e /devel | |
parent | d98cfe8c2e9718bf18c0d6db0a031dd2f270f0bd (diff) | |
download | pkgsrc-b4dd7a915fd8459a26cd9982cebc264a1936a03c.tar.gz |
this uses a c and c++ compiler.
Diffstat (limited to 'devel')
-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" |