summaryrefslogtreecommitdiff
path: root/games/xarchon
diff options
context:
space:
mode:
authoragc <agc>1999-10-27 17:14:01 +0000
committeragc <agc>1999-10-27 17:14:01 +0000
commitb0e4fce76a6589bd0f322613b68a5d1e6c7d0db7 (patch)
treef51aaf90d1e8972aed77ac565f03fb7a22d028aa /games/xarchon
parent1352644b54bf44338fe461eb91610f7df168b7bc (diff)
downloadpkgsrc-b0e4fce76a6589bd0f322613b68a5d1e6c7d0db7.tar.gz
Mark packages as broken, where necessary.
Diffstat (limited to 'games/xarchon')
-rw-r--r--games/xarchon/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile
index f85ff298586..2d238340698 100644
--- a/games/xarchon/Makefile
+++ b/games/xarchon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/10/22 23:41:45 tron Exp $
+# $NetBSD: Makefile,v 1.5 1999/10/27 17:14:08 agc Exp $
#
DISTNAME= xarchon-0.42
@@ -9,6 +9,8 @@ MASTER_SITES= http://xarchon.seul.org/ \
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://xarchon.seul.org/
+BROKEN= Compilation problems
+
DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= esound-*:../../audio/esound
@@ -18,4 +20,10 @@ CONFIGURE_ARGS+=--with-xpm-prefix=${X11BASE} \
--with-gtk-prefix=${X11BASE} \
--with-esd-prefix=${LOCALBASE}
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+= CC="${CC}"
+.endif
+
.include "../../mk/bsd.pkg.mk"