Index: head/games/gshisen/Makefile =================================================================== --- head/games/gshisen/Makefile (revision 103949) +++ head/games/gshisen/Makefile (revision 103950) @@ -1,30 +1,36 @@ # New ports collection makefile for: GShisen # Date created: 12 Jun 2001 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= gshisen PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= games # not up to date: http://www.gnustep.it/enrico/gshisen/ MASTER_SITES= http://www.imago.ro/gshisen/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= Mahjongg-kind of game that uses the GNUstep toolkit PREFIX= ${LOCALBASE}/GNUstep NO_MTREE= yes WRKSRC= ${WRKDIR}/GShisen USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes MAKEFILE= -.include +.include + +.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 +BROKEN= "Does not compile on alpha 4.x" +.endif + +.include Property changes on: head/games/gshisen/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property