diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-23 03:34:32 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-23 03:34:32 +0800 |
commit | 3fccc4d9a5d6f45ef88537bd20d39666977499c5 (patch) | |
tree | aa27cbe7bcc7815f9e47e9e8f58ac9c162a4a641 /chinese/xcin25 | |
parent | ddc7dde299853b64f7f2c0103b05dbbaaec3ce1d (diff) | |
download | freebsd-ports-gnome-3fccc4d9a5d6f45ef88537bd20d39666977499c5.tar.gz freebsd-ports-gnome-3fccc4d9a5d6f45ef88537bd20d39666977499c5.tar.zst freebsd-ports-gnome-3fccc4d9a5d6f45ef88537bd20d39666977499c5.zip |
BerkeleyDB cleanup - stage 3
Version 2 of Berkeley DB has been repo-copied to databases/db2, for
naming consistency with the other ports. Fix dependencies accordingly.
Diffstat (limited to 'chinese/xcin25')
-rw-r--r-- | chinese/xcin25/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index c6011da08786..fee0f8722f94 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= tabe.2:${PORTSDIR}/chinese/libtabe \ .if !defined(USE_DB2) LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 .else -LIB_DEPENDS+= db2.0:${PORTSDIR}/databases/db +LIB_DEPENDS+= db2.0:${PORTSDIR}/databases/db2 .endif RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts \ ${LOCALBASE}/share/tabe/libtabe-0.2.5:${PORTSDIR}/chinese/libtabe |