diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 21:12:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 21:12:36 +0000 |
commit | 097c06bf6f9f0f261c3072dc677075b0ee7b3cc9 (patch) | |
tree | 721705b949389f9d4f7232fec60c6707757fe3d0 /games/xmahjongg/Makefile | |
parent | 37497fcead0b59eb99c8ab45ed94d03690c29a54 (diff) | |
download | pkgsrc-097c06bf6f9f0f261c3072dc677075b0ee7b3cc9.tar.gz |
USE_LANGUAGES= c c++
Diffstat (limited to 'games/xmahjongg/Makefile')
-rw-r--r-- | games/xmahjongg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile index 59aee9e1fd2..1dbb4465f29 100644 --- a/games/xmahjongg/Makefile +++ b/games/xmahjongg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/03/09 23:19:19 snj Exp $ +# $NetBSD: Makefile,v 1.19 2004/11/22 21:12:36 wiz Exp $ # DISTNAME= xmahjongg-3.6.1 @@ -12,6 +12,6 @@ COMMENT= The Chinese game of Mah Jongg for X11 USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES -USE_GCC_SHLIB= YES +USE_LANGUAGES= c c++ .include "../../mk/bsd.pkg.mk" |