diff options
author | asami <asami@FreeBSD.org> | 1999-09-10 10:29:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-10 10:29:20 +0800 |
commit | e02b19819cd7c58a35e4fa4cbdc7d2dff5c26467 (patch) | |
tree | 5b5c96cb732f67509e861b8c34eaa12f89a8ea40 /editors/xemacs21-mule | |
parent | dd96e2d3f124dc671b2e9e01cd27c2f2f1a7b3fa (diff) | |
download | freebsd-ports-gnome-e02b19819cd7c58a35e4fa4cbdc7d2dff5c26467.tar.gz freebsd-ports-gnome-e02b19819cd7c58a35e4fa4cbdc7d2dff5c26467.tar.zst freebsd-ports-gnome-e02b19819cd7c58a35e4fa4cbdc7d2dff5c26467.zip |
tiff34 -> tiff
Submitted by: Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp>
Diffstat (limited to 'editors/xemacs21-mule')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 8c621a071448..c9d207054817 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ compface.1:${PORTSDIR}/mail/faces \ - tiff.4:${PORTSDIR}/graphics/tiff34 \ + tiff.4:${PORTSDIR}/graphics/tiff \ ${LIB_INPUT_METHOD} RUN_DEPENDS= ${RUN_DEP_LIST} |