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 | 102e39e5fad54f95a34a225c82dab19ed5968444 (patch) | |
tree | 7e398715097687d99cbb7a76c6337a67bf18142d /ham/locator/Makefile | |
parent | 714fe74eef59127b99591dfc6d80b05f5b4756c2 (diff) | |
download | pkgsrc-102e39e5fad54f95a34a225c82dab19ed5968444.tar.gz |
Uses C++.
Diffstat (limited to 'ham/locator/Makefile')
-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 |