diff options
Diffstat (limited to 'x11/gmrun/Makefile')
-rw-r--r-- | x11/gmrun/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index fdcf3867cb99..c015589a58cb 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -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> |