diff options
Diffstat (limited to 'textproc/uim-gtk/Makefile')
-rw-r--r-- | textproc/uim-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/uim-gtk/Makefile b/textproc/uim-gtk/Makefile index c0afcff65c3a..964c7a86cdb9 100644 --- a/textproc/uim-gtk/Makefile +++ b/textproc/uim-gtk/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 PKGNAMESUFFIX= -gtk COMMENT= GTK+ modules of uim input method @@ -26,7 +27,7 @@ IGNORE= requires X11 .endif do-build: - (cd ${WRKSRC}/uim && ${GMAKE} libuim-x-util.la) + (cd ${WRKSRC}/uim && ${GMAKE} libuim-x-util.la libuim-counted-init.la) (cd ${WRKSRC}/gtk && ${GMAKE}) (cd ${WRKSRC}/helper && ${GMAKE}) |