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-m17n | |
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-m17n')
-rw-r--r-- | textproc/scim-m17n/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/textproc/scim-m17n/Makefile b/textproc/scim-m17n/Makefile index 3335b0caa554..b7425d3c2d81 100644 --- a/textproc/scim-m17n/Makefile +++ b/textproc/scim-m17n/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scim-m17n -# Date Created: 10 May 2007 -# Whom: Yinghong Liu <relaxbsd@gmail.com> -# +# Created by: Yinghong Liu <relaxbsd@gmail.com> # $FreeBSD$ -# PORTNAME= scim-m17n PORTVERSION= 0.2.3 @@ -12,16 +8,15 @@ CATEGORIES= textproc MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ - MAINTAINER= nikola.lecic@anthesphoria.net -COMMENT= A SCIM IMEngine module which uses m17n library as the backend +COMMENT= SCIM IMEngine module which uses m17n library as the backend BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= m17n.4:${PORTSDIR}/devel/m17n-lib RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes .include <bsd.port.mk> |