diff options
author | asami <asami@FreeBSD.org> | 1998-11-29 04:31:19 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-29 04:31:19 +0000 |
commit | ce3c8ba8e983b4821d15350039790b96ad308a5d (patch) | |
tree | d063ed792642e1588719bfbfa25b58a217a98c1b /x11-wm | |
parent | d8d4c650266bd7738bbd25062bb167c6ef495afa (diff) | |
download | FreeBSD-ports-ce3c8ba8e983b4821d15350039790b96ad308a5d.zip FreeBSD-ports-ce3c8ba8e983b4821d15350039790b96ad308a5d.tar.gz |
One more tiff34 fix. This thing was even lacking the dependency, probably
why Justin missed it.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e16/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/enlightenment-devel/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/enlightenment/Makefile | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index d596787..007007f 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 diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index d596787..007007f 100644 --- a/x11-wm/enlightenment-devel/Makefile +++ b/x11-wm/enlightenment-devel/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 diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index d596787..007007f 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/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 |