diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-01 22:22:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-01 22:22:23 +0000 |
commit | 8c1aa693dc30a865b6f6a2b25f38b93faf68f98c (patch) | |
tree | b97995fb453cd0aee73eef815eb16786b557224f /cross/uisp/Makefile | |
parent | b566dcb9192dd305c7c91a46abeee1efcca29d12 (diff) | |
download | pkgsrc-8c1aa693dc30a865b6f6a2b25f38b93faf68f98c.tar.gz |
Uses C++.
Diffstat (limited to 'cross/uisp/Makefile')
-rw-r--r-- | cross/uisp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/uisp/Makefile b/cross/uisp/Makefile index 77b315b2df7..58eeef81b51 100644 --- a/cross/uisp/Makefile +++ b/cross/uisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:10 tv Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/01 22:26:58 joerg Exp $ # DISTNAME= uisp-20040311 @@ -10,6 +10,7 @@ MAINTAINER= rumble@NetBSD.org HOMEPAGE= http://savannah.nongnu.org/projects/uisp COMMENT= AVR microcontroller hardware in-system programmer +USE_LANGUAGES= c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |