aboutsummaryrefslogtreecommitdiff
path: root/korean/nabi
diff options
context:
space:
mode:
Diffstat (limited to 'korean/nabi')
-rw-r--r--korean/nabi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile
index 2df290fc68a9..9b9ccebddb78 100644
--- a/korean/nabi/Makefile
+++ b/korean/nabi/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nabi
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= korean gnome x11
MASTER_SITES= http://download.kldp.net/imhangul/
@@ -18,12 +19,11 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomepanel
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" LIBS="-L${X11BASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
post-patch:
${REINPLACE_CMD} -e 's,#include <malloc.h>,,' ${WRKSRC}/IMdkit/IMConn.c
-
-post-install:
- cd ${WRKSRC}/po && ${MAKE} install-data-yes
+ ${REINPLACE_CMD} -e '641s,g_free(keyboard_map->map);,,' \
+ ${WRKSRC}/src/ui.c
.include <bsd.port.mk>