diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-01 22:15:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-01 22:15:59 +0000 |
commit | 20a43d09c5a18e1e54a4ef85c267544875770580 (patch) | |
tree | 7e398715097687d99cbb7a76c6337a67bf18142d | |
parent | f853985f1d22272040617d65f7d192796da048bc (diff) | |
download | pkgsrc-20a43d09c5a18e1e54a4ef85c267544875770580.tar.gz |
Uses C++.
-rw-r--r-- | ham/locator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/locator/Makefile b/ham/locator/Makefile index 0dfec4fb6ec..09c0f284abf 100644 --- a/ham/locator/Makefile +++ b/ham/locator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:59 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/01 22:15:59 joerg Exp $ # DISTNAME= locator-0.1 @@ -13,6 +13,8 @@ NO_CONFIGURE= yes INSTALLATION_DIRS= bin +USE_LANGUAGES= c++ + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/locator ${PREFIX}/bin |