summaryrefslogtreecommitdiff
path: root/games/xarchon/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2003-12-20 01:51:34 +0000
committerhubertf <hubertf@pkgsrc.org>2003-12-20 01:51:34 +0000
commitf5cce35ce61b5aa60dc086c09f2e55879dbc6c37 (patch)
treec22891b94ac6d50fb0296825e5b8a6987d1fb3b0 /games/xarchon/Makefile
parentb9342a3a56db733b7732e696427adcfcd7013416 (diff)
downloadpkgsrc-f5cce35ce61b5aa60dc086c09f2e55879dbc6c37.tar.gz
make this build properly with qt3 - gtk didn't work at all.
still has issues...
Diffstat (limited to 'games/xarchon/Makefile')
-rw-r--r--games/xarchon/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile
index f4c316e77dc..e9ed7c51772 100644
--- a/games/xarchon/Makefile
+++ b/games/xarchon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/12/19 16:59:22 hubertf Exp $
+# $NetBSD: Makefile,v 1.24 2003/12/20 01:51:34 hubertf Exp $
#
DISTNAME= xarchon-0.60
@@ -22,7 +22,12 @@ USE_GCC_SHLIB= YES
CONFIGURE_ENV+= CC="${CC}"
.endif
+#HF#DEPENDS+= glade-[0-9]*:../../devel/glade
+#HF#CONFIGURE_ENV+= GTK_CONFIG=${X11PREFIX}/bin/gtk-config
+
.include "../../audio/esound/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+#HF#.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/qt3-libs/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"