diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 04:31:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 04:31:19 +0000 |
commit | 9c45e209c82efd1d81ad97c7edc01196dbf9867a (patch) | |
tree | 1f70a618f652f39a83765958c000c919669a7749 /x11-wm/e16 | |
parent | 2301b883c91caf602b86788f524aa1b70dc69ce1 (diff) | |
download | ports-9c45e209c82efd1d81ad97c7edc01196dbf9867a.tar.gz ports-9c45e209c82efd1d81ad97c7edc01196dbf9867a.zip |
Notes
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 |