diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch) | |
tree | f59767aed29b447d3d80ab987e898598663c27e3 /editors/texmacs | |
parent | 621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff) | |
download | ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.tar.gz ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.zip |
Notes
Diffstat (limited to 'editors/texmacs')
-rw-r--r-- | editors/texmacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 6a69b87e346e..56dae0762a63 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -43,7 +43,7 @@ MAN1= texmacs.1 fig2ps.1 MANCOMPRESSED= yes .if !defined(WITHOUT_IMLIB2) -LIB_DEPENDS+= Imlib2.4:${PORTSDIR}/graphics/imlib2 +USE_EFL= imlib2 CONFIGURE_ARGS+= --with-imlib2 .endif |