diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-15 20:27:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-15 20:27:30 +0800 |
commit | f9bd02898969a8cc357054bc648c778074269143 (patch) | |
tree | 72429f7830052f2a851cc4d2b985d9f8ef191f1c /textproc/scim-kmfl-imengine | |
parent | 5a38b64de0994002bc5019391d6a7b501232ebee (diff) | |
download | freebsd-ports-gnome-f9bd02898969a8cc357054bc648c778074269143.tar.gz freebsd-ports-gnome-f9bd02898969a8cc357054bc648c778074269143.tar.zst freebsd-ports-gnome-f9bd02898969a8cc357054bc648c778074269143.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'textproc/scim-kmfl-imengine')
-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 |