diff options
author | wiz <wiz@pkgsrc.org> | 2011-03-06 16:33:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-03-06 16:33:04 +0000 |
commit | 5799ecd9946de98fe1393825cc62ccac3a558700 (patch) | |
tree | b5da1f9efebb64024c42bd550251c934bc1d6d8f /games | |
parent | 6912f8ed35e7d54046ef25292343b7d952c1ad79 (diff) | |
download | pkgsrc-5799ecd9946de98fe1393825cc62ccac3a558700.tar.gz |
Remove some comments against grep mismatches.
Diffstat (limited to 'games')
-rw-r--r-- | games/xarchon/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile index 3aa2bc0b5be..c0450a1addb 100644 --- a/games/xarchon/Makefile +++ b/games/xarchon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2011/01/13 13:37:53 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2011/03/06 16:33:04 wiz Exp $ # DISTNAME= xarchon-0.60 @@ -23,12 +23,8 @@ USE_LANGUAGES= c c++ CONFIGURE_ENV+= CC=${CC:Q} .endif -#HF#DEPENDS+= glade-[0-9]*:../../devel/glade -#HF#CONFIGURE_ENV+= GTK_CONFIG=${X11PREFIX}/bin/gtk-config - .include "../../audio/esound/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" -#HF#.include "../../x11/gtk/buildlink3.mk" .include "../../x11/qt3-libs/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |