diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-20 08:22:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-20 08:22:35 +0000 |
commit | 2a2e7e38f46b3e85b2d1fd3867a188ebd63d7642 (patch) | |
tree | f558308d97914702b3f3e17b737bed5dcf5d04cd /x11-wm/e16/Makefile | |
parent | Properly call ldconfig from pkg_add and pkg_delete. (diff) |
Depend on giflib, E needs it.
Notes
Notes:
svn path=/head/; revision=12680
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index b4a4d777d738..e7b98eac4a41 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.21 1998/08/07 23:01:38 asami Exp $ +# $Id: Makefile,v 1.22 1998/08/07 23:56:53 asami Exp $ # DISTNAME= enlightenment-0.14 @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/i386-freebsd/Gtk.pm:${POR LIB_DEPENDS= esd\\.0\\.0:${PORTSDIR}/audio/esound \ Fnlib\\.0\\.3:${PORTSDIR}/graphics/fnlib \ + gif\\.3\\.:${PORTSDIR}/graphics/giflib \ Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib USE_GMAKE= yes |