diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 22:45:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 22:45:38 +0000 |
commit | 6f313dda88f40b506c7220a1ba1ededd4e3f7264 (patch) | |
tree | bad3c85eff9b885119b57d21e6ded32408fe4247 /misc/xtide | |
parent | f0b9980be424cc232c15a691cdd6d57a6785ee1d (diff) | |
download | pkgsrc-6f313dda88f40b506c7220a1ba1ededd4e3f7264.tar.gz |
Uses C++.
Diffstat (limited to 'misc/xtide')
-rw-r--r-- | misc/xtide/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xtide/Makefile b/misc/xtide/Makefile index 089cbcafc71..49d0ef231a6 100644 --- a/misc/xtide/Makefile +++ b/misc/xtide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/04/17 13:46:41 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2006/05/15 22:47:20 joerg Exp $ DISTNAME= xtide-2.4 PKGREVISION= 5 @@ -14,6 +14,7 @@ EXTRACT_ONLY= ${XTIDE_SRC} XTIDE_SRC= ${DISTNAME}${EXTRACT_SUFX} GNU_CONFIGURE= yes +USE_LANGUAGES= c++ CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q} EGDIR= ${PREFIX}/share/examples/xtide |