diff options
author | steve <steve@FreeBSD.org> | 2000-07-30 18:03:11 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-30 18:03:11 +0000 |
commit | d2f5e059eedf5d0263b8a4318c73eeb4af9393f3 (patch) | |
tree | 80f8765ded96ceeaea13939c465c3d235377866c /chinese/xemacs | |
parent | 4b203c8fbe88852c65458acff7f000358d49dcc7 (diff) | |
download | FreeBSD-ports-d2f5e059eedf5d0263b8a4318c73eeb4af9393f3.zip FreeBSD-ports-d2f5e059eedf5d0263b8a4318c73eeb4af9393f3.tar.gz |
Fixup dependencies after version number bump of the png library.
Diffstat (limited to 'chinese/xemacs')
-rw-r--r-- | chinese/xemacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/xemacs/Makefile b/chinese/xemacs/Makefile index 8ea6d9c..0e09b72 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 |