diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-15 15:04:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-15 15:04:08 +0000 |
commit | 7c875394e79900f1be18b5689a4741c4a61861f5 (patch) | |
tree | 4781dae1045a17c66c8852fe047dfec63b036532 /graphics | |
parent | 1085bc0ee080fc8732a5e324721612d89c846981 (diff) | |
download | pkgsrc-7c875394e79900f1be18b5689a4741c4a61861f5.tar.gz |
Set USE_LANGUAGES properly (uses C++) and remove unnecessary
USE_GCC_SHLIBS setting.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aqsis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index d40b612f6b4..fb3eb505bfa 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/10/03 00:14:48 tv Exp $ +# $NetBSD: Makefile,v 1.16 2004/11/15 15:04:08 jlam Exp $ # DISTNAME= aqsis-0.6.4 @@ -18,7 +18,7 @@ USE_X11= yes USE_BUILDLINK3= yes GCC_REQD+= 2.95.3 -USE_GCC_SHLIB= yes +USE_LANGUAGES+= c c++ .include "../../devel/libargparse/buildlink3.mk" .include "../../graphics/Mesa/buildlink3.mk" |