diff options
author | asami <asami@FreeBSD.org> | 1998-11-29 12:31:19 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-29 12:31:19 +0800 |
commit | ce3c8ba8e983b4821d15350039790b96ad308a5d (patch) | |
tree | d063ed792642e1588719bfbfa25b58a217a98c1b /x11-wm/e16 | |
parent | d8d4c650266bd7738bbd25062bb167c6ef495afa (diff) | |
download | freebsd-ports-gnome-ce3c8ba8e983b4821d15350039790b96ad308a5d.tar.gz freebsd-ports-gnome-ce3c8ba8e983b4821d15350039790b96ad308a5d.tar.zst freebsd-ports-gnome-ce3c8ba8e983b4821d15350039790b96ad308a5d.zip |
One more tiff34 fix. This thing was even lacking the dependency, probably
why Justin missed it.
Diffstat (limited to 'x11-wm/e16')
-rw-r--r-- | x11-wm/e16/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index d59678729ee8..007007f4012f 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.27 1998/09/25 09:52:45 asami Exp $ +# $Id: Makefile,v 1.28 1998/09/25 09:55:30 asami Exp $ # DISTNAME= enlightenment-0.14 @@ -18,7 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/i386-freebsd/Gtk.pm:${POR LIB_DEPENDS= esd.0:${PORTSDIR}/audio/esound \ Fnlib.0:${PORTSDIR}/graphics/fnlib \ gif.3:${PORTSDIR}/graphics/giflib \ - Imlib.1:${PORTSDIR}/graphics/imlib + Imlib.1:${PORTSDIR}/graphics/imlib \ + tiff.4${PORTSDIR}/graphics/tiff34 USE_GMAKE= yes USE_X_PREFIX= yes |