diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-03 20:16:09 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-03 20:16:09 +0000 |
commit | 2b071d70e1be57757f23b1738a660d0dd22232d1 (patch) | |
tree | fdaa64c59358e008a000b2b0169d78545f1dd715 | |
parent | Update to 3.3.1 (diff) |
Properly depend on japanese/kdebase2.
PR: ports/30293
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=47398
-rw-r--r-- | japanese/kdeaddons/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/kdeaddons/Makefile b/japanese/kdeaddons/Makefile index 25f9cf0fc500..a15702e4d8ac 100644 --- a/japanese/kdeaddons/Makefile +++ b/japanese/kdeaddons/Makefile @@ -18,4 +18,7 @@ PATCH_SITES= http://www.kde.gr.jp/patch/ PATCHFILES= kdeaddons-2.2-babelfish-ja-20010816.diff PATCH_DIST_STRIP= -p1 +BUILD_DEPENDS= ${LOCALBASE}/include/kate/plugin.h:${PORTSDIR}/japanese/kdebase2 +RUN_DEPENDS= kate:${PORTSDIR}/japanese/kdebase2 + .include "${MASTERDIR}/Makefile" |