diff options
author | makc <makc@FreeBSD.org> | 2010-08-24 02:31:49 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-08-24 02:31:49 +0800 |
commit | bef48dd3147f02d53add6b558bb448b236a79375 (patch) | |
tree | 551535389aec3bcb54d966ccb12a915aaa7d4693 | |
parent | dc672b8ace300c749d236ea802051003b48b0664 (diff) | |
download | freebsd-ports-gnome-bef48dd3147f02d53add6b558bb448b236a79375.tar.gz freebsd-ports-gnome-bef48dd3147f02d53add6b558bb448b236a79375.tar.zst freebsd-ports-gnome-bef48dd3147f02d53add6b558bb448b236a79375.zip |
Remove run dependency on textproc/stardict2, the port can be used with
any compatible dictionary program (e.g. stardict3, goldendict)
PR: ports/149465
Approved by: maintainer timeout (two weeks)
-rw-r--r-- | textproc/stardict2-dictd_mova/Makefile | 4 | ||||
-rw-r--r-- | textproc/stardict2-quick/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/textproc/stardict2-dictd_mova/Makefile b/textproc/stardict2-dictd_mova/Makefile index dd7aa4ec9702..267d305e3d9d 100644 --- a/textproc/stardict2-dictd_mova/Makefile +++ b/textproc/stardict2-dictd_mova/Makefile @@ -7,7 +7,7 @@ PORTNAME= stardict PORTVERSION= 2.4.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dictionaries-mova/${PORTVERSION} PKGNAMESUFFIX= -dictd_mova @@ -16,8 +16,6 @@ DIST_SUBDIR= stardict MAINTAINER= timur@FreeBSD.org COMMENT= Dictionaries from www.mova.org for StarDict -RUN_DEPENDS= stardict:${PORTSDIR}/textproc/stardict2 - NO_BUILD= yes USE_BZIP2= yes diff --git a/textproc/stardict2-quick/Makefile b/textproc/stardict2-quick/Makefile index 192bf0a2b196..be877196ae49 100644 --- a/textproc/stardict2-quick/Makefile +++ b/textproc/stardict2-quick/Makefile @@ -7,7 +7,7 @@ PORTNAME= stardict PORTVERSION= 2.4.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dictionaries-quick/${PORTVERSION} PKGNAMESUFFIX= -quick @@ -16,8 +16,6 @@ DIST_SUBDIR= stardict MAINTAINER= timur@FreeBSD.org COMMENT= Dictionaries from Quick for StarDict -RUN_DEPENDS= stardict:${PORTSDIR}/textproc/stardict2 - NO_BUILD= yes USE_BZIP2= yes |