diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-02 14:01:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-02 14:01:34 +0000 |
commit | c3f51b962d8eddbf6cdf178624bafa385531941a (patch) | |
tree | ccaeaa10d46729902e0ad6b70abbe749d9e20e62 /emulators | |
parent | 62b702f58c1b676764dc94a309a050725d6fc621 (diff) | |
download | pkgsrc-c3f51b962d8eddbf6cdf178624bafa385531941a.tar.gz |
Uses C++.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmips/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/vmips/Makefile b/emulators/vmips/Makefile index 62a9e27e762..356ff20526b 100644 --- a/emulators/vmips/Makefile +++ b/emulators/vmips/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/04/04 18:07:16 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/02 14:02:45 joerg Exp $ # DISTNAME= vmips-1.3.1 @@ -17,4 +17,6 @@ INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} sysconfdir=${EGDIR:Q} EGDIR= ${PREFIX}/share/examples/vmips CONF_FILES= ${EGDIR}/vmipsrc ${PKG_SYSCONFDIR}/vmipsrc +USE_LANGUAGES= c c++ + .include "../../mk/bsd.pkg.mk" |