diff options
author | joerg <joerg> | 2006-05-15 22:04:36 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-15 22:04:36 +0000 |
commit | a77c5087652c4aa986f44ad1f71a394e5908faa7 (patch) | |
tree | 9bf0c192478baeeb60cc0c80ffbcb36690774d03 /x11/xglobe | |
parent | 7f3e848b439f861ac68dfc6bafb252ee9a72613c (diff) | |
download | pkgsrc-a77c5087652c4aa986f44ad1f71a394e5908faa7.tar.gz |
Uses C++.
Diffstat (limited to 'x11/xglobe')
-rw-r--r-- | x11/xglobe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xglobe/Makefile b/x11/xglobe/Makefile index 8c8d6103385..6f6c32c7004 100644 --- a/x11/xglobe/Makefile +++ b/x11/xglobe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/04/17 13:47:01 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2006/05/15 22:04:36 joerg Exp $ # DISTNAME= xglobe-0.5 @@ -24,6 +24,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_X11BASE= YES USE_TOOLS+= gmake +USE_LANGUAGES= c++ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/xglobe |