diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-20 22:53:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-20 22:53:09 +0000 |
commit | 38eb8c5339e31bce015d6652caf364542965d4d0 (patch) | |
tree | 57033736b4eab37d8b46bb4b452f790f37bd0c7a /korean | |
parent | 1a3a92532506ba92f7a9670be49752b00ad8a807 (diff) | |
download | ports-38eb8c5339e31bce015d6652caf364542965d4d0.tar.gz ports-38eb8c5339e31bce015d6652caf364542965d4d0.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/eterm/Makefile | 1 | ||||
-rw-r--r-- | korean/hanIM/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/korean/eterm/Makefile b/korean/eterm/Makefile index 903ea3b795b1..7219afc6ea0d 100644 --- a/korean/eterm/Makefile +++ b/korean/eterm/Makefile @@ -27,6 +27,7 @@ USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" LOCALBASE="${LOCALBASE}" MAN1= Eterm.1 +MAKE_JOBS_UNSAFE= yes pre-patch: @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ diff --git a/korean/hanIM/Makefile b/korean/hanIM/Makefile index 3f04c2ed8432..895639646cd4 100644 --- a/korean/hanIM/Makefile +++ b/korean/hanIM/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/ USE_IMAKE= YES USE_XORG= xpm xmu xaw WRKSRC= ${WRKDIR}/hanIM +MAKE_JOBS_UNSAFE= yes post-install: ${MKDIR} ${PREFIX}/share/doc/hanIM |