- Mark as BROKEN on amd64, it doesn't run, got a segfault whtn try to start.

Patches are welcome
This commit is contained in:
Renato Botelho 2008-01-22 15:47:59 +00:00
parent caeae2a8b4
commit 0c154796cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206028

View file

@ -30,10 +30,16 @@ PORTDOCS= README
PLIST_FILES= bin/gmrun %%DATADIR%%/gmrunrc
PLIST_DIRS= %%DATADIR%%
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= Doesn't run, segmentation fault
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>