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 /wm/3ddesktop | |
parent | f0b9980be424cc232c15a691cdd6d57a6785ee1d (diff) | |
download | pkgsrc-6f313dda88f40b506c7220a1ba1ededd4e3f7264.tar.gz |
Uses C++.
Diffstat (limited to 'wm/3ddesktop')
-rw-r--r-- | wm/3ddesktop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/3ddesktop/Makefile b/wm/3ddesktop/Makefile index e77d1994d52..31c0d7267bf 100644 --- a/wm/3ddesktop/Makefile +++ b/wm/3ddesktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/04/17 13:46:49 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2006/05/15 22:48:10 joerg Exp $ # DISTNAME= 3ddesktop-0.2.8 @@ -12,6 +12,8 @@ COMMENT= 3D Virtual Desktop Switcher GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + EGDIR= ${PREFIX}/share/examples/3ddesktop CONF_FILES= ${EGDIR}/3ddesktop.conf ${PKG_SYSCONFDIR}/3ddesktop.conf |