diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-07 10:45:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-07 10:45:31 +0000 |
commit | ec1b2d16edeedc0bda532cc44f668ce6b6a8a8dd (patch) | |
tree | 1d344968c5ecdfe759d80ad4c74aa976f7d4f8fa /mail | |
parent | Activate the tiff port and deactivate tiff34. (diff) |
The tiff port now lives in ports/graphics/tiff.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postilion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postilion/Makefile b/mail/postilion/Makefile index 9650feb82da6..8e03d204d594 100644 --- a/mail/postilion/Makefile +++ b/mail/postilion/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.0 .if defined(STEPIFY) LIB_DEPENDS+= tkstep80.1:${PORTSDIR}/x11-toolkits/tkstep80 \ Dnd.1:${PORTSDIR}/x11/libdnd \ - tiff.4:${PORTSDIR}/graphics/tiff34 \ + tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg \ Xpm.4:${PORTSDIR}/graphics/xpm CONFIGURE_ARGS+= --with-tk-config=${PREFIX}/lib/tkstep8.0 |