diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 09:52:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 09:52:45 +0000 |
commit | fbec77048d12d805c36ea71302e3ca49a7598708 (patch) | |
tree | a241dec3d09891a1176cd2e12eb5c0ea0ea8ddbb /x11-wm/enlightenment | |
parent | Max forgot to change Makefile. :) (diff) |
graphics/imlib is now ELFized.
Notes
Notes:
svn path=/head/; revision=13385
Diffstat (limited to 'x11-wm/enlightenment')
-rw-r--r-- | x11-wm/enlightenment/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index 2ab0e7d1698f..be08b9b446ad 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.25 1998/09/19 01:33:48 steve Exp $ +# $Id: Makefile,v 1.26 1998/09/23 22:05:42 asami Exp $ # DISTNAME= enlightenment-0.14 @@ -18,7 +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:${PORTSDIR}/graphics/fnlib \ gif.3:${PORTSDIR}/graphics/giflib \ - Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib + Imlib.1:${PORTSDIR}/graphics/imlib USE_GMAKE= yes USE_X_PREFIX= yes |