diff options
Diffstat (limited to 'x11-wm/echinus/Makefile')
-rw-r--r-- | x11-wm/echinus/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/echinus/Makefile b/x11-wm/echinus/Makefile index 4689df44ba37..c34d23caf2f3 100644 --- a/x11-wm/echinus/Makefile +++ b/x11-wm/echinus/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= http://plhk.ru/static/echinus/ MAINTAINER= hrkfdn@gmail.com COMMENT= Dynamic window manager for X11 based on dwm -LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ - libfreetype.so:${PORTSDIR}/print/freetype2 \ - libexpat.so:${PORTSDIR}/textproc/expat2 \ - libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ + libfreetype.so:print/freetype2 \ + libexpat.so:textproc/expat2 \ + libfontconfig.so:x11-fonts/fontconfig USES= pkgconfig USE_XORG= x11 xau xcb xdmcp xext xft xrender xrandr |