diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-30 18:03:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-30 18:03:11 +0000 |
commit | 9e217d165e2e4cfa85b145fcd3714ed9df6ea9c3 (patch) | |
tree | d7035d018c7ae129330cec0b15e26befc333e7ed /chinese | |
parent | Upgrade to 1.13: (diff) |
Fixup dependencies after version number bump of the png library.
Notes
Notes:
svn path=/head/; revision=31133
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/aterm/Makefile | 2 | ||||
-rw-r--r-- | chinese/xemacs/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chinese/aterm/Makefile b/chinese/aterm/Makefile index af87dc695ce3..c43517424e69 100644 --- a/chinese/aterm/Makefile +++ b/chinese/aterm/Makefile @@ -17,7 +17,7 @@ MAINTAINER= davidyu@ken.csie.ntu.edu.tw LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png + png.4:${PORTSDIR}/graphics/png USE_X_PREFIX= yes GNU_CONFIGURE= yes diff --git a/chinese/xemacs/Makefile b/chinese/xemacs/Makefile index 8ea6d9c2e5f0..0e09b723b359 100644 --- a/chinese/xemacs/Makefile +++ b/chinese/xemacs/Makefile @@ -18,7 +18,7 @@ MAINTAINER= keith@freebsd.sinica.edu.tw LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png + png.4:${PORTSDIR}/graphics/png RUN_DEPENDS= xcin2.5:${PORTSDIR}/chinese/xcin25 \ ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf |