diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-11 11:12:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-11 11:12:31 +0000 |
commit | 1677d68f220b9322156eca7c92d2cddabe1a8116 (patch) | |
tree | 5397c23808e7bb6cd34320f3f4ad00b745342d93 /textproc/scim-m17n/Makefile | |
parent | fbe2fba8c75091dc8e15d0e5213f792e81f362a5 (diff) | |
download | ports-1677d68f220b9322156eca7c92d2cddabe1a8116.tar.gz ports-1677d68f220b9322156eca7c92d2cddabe1a8116.zip |
Notes
Diffstat (limited to 'textproc/scim-m17n/Makefile')
-rw-r--r-- | textproc/scim-m17n/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/scim-m17n/Makefile b/textproc/scim-m17n/Makefile index 4a0553e5d738..242020b7f3d7 100644 --- a/textproc/scim-m17n/Makefile +++ b/textproc/scim-m17n/Makefile @@ -9,13 +9,15 @@ PORTNAME= scim-m17n PORTVERSION= 0.2.2 PORTREVISION= 3 CATEGORIES= textproc -MASTER_SITES= SF +MASTER_SITES= SF \ + http://anthesphoria.net/FreeBSD/ports/distfiles/ MASTER_SITE_SUBDIR=scim -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= A SCIM IMEngine module which uses m17n library as the backend -BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim +BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ + gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= m17n.3:${PORTSDIR}/devel/m17n-lib RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim |