diff options
Diffstat (limited to 'textproc/scim-kmfl-imengine/Makefile')
-rw-r--r-- | textproc/scim-kmfl-imengine/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/scim-kmfl-imengine/Makefile b/textproc/scim-kmfl-imengine/Makefile index c530e8c9f6b0..fe57411b10c9 100644 --- a/textproc/scim-kmfl-imengine/Makefile +++ b/textproc/scim-kmfl-imengine/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scim-kmfl-imengine -# Date created: 10 October 2007 -# Whom: Nikola Lecic <nikola.lecic@anthesphoria.net> -# +# Created by: Nikola Lecic <nikola.lecic@anthesphoria.net> # $FreeBSD$ -# PORTNAME= scim-kmfl-imengine PORTVERSION= 0.9.9 @@ -28,7 +24,7 @@ RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp \ USE_XORG= x11 xkbfile xproto USE_AUTOTOOLS= libtool USE_GNOME= glib20 gtk20 intlhack -USES= gettext iconv +USES= gettext iconv pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |