diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 22:27:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 22:27:58 +0000 |
commit | ac0a9ad68da152e0372304a58a6286045ff7b325 (patch) | |
tree | bbaad131fe2f41abc9fb7d426165f9aed59bc8bb /time/glclock/Makefile | |
parent | 9fb9ca2f86e66eb9fa7b908fae4cc4aeb0a797e5 (diff) | |
download | pkgsrc-ac0a9ad68da152e0372304a58a6286045ff7b325.tar.gz |
Uses C++.
Diffstat (limited to 'time/glclock/Makefile')
-rw-r--r-- | time/glclock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/glclock/Makefile b/time/glclock/Makefile index 94cdb29a45d..1cd0c9294bf 100644 --- a/time/glclock/Makefile +++ b/time/glclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:52 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/05/15 22:27:58 joerg Exp $ # DISTNAME= glclock-6.0b6.0 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.daionet.gr.jp/~masa/glclock COMMENT= OpenGL-based pocket watch +USE_LANGUAGES= c++ + MAKEFILE= makefile BUILD_TARGET= glclock |