diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-27 15:17:26 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-27 15:17:26 +0000 |
commit | 0a0bcfbc545bf7321d1d9baa89b628a221cdd3eb (patch) | |
tree | f3f7b9324d9c9494194594bd3988fec89115e7cc /x11-wm/awesome2 | |
parent | 014bb2aecc0a535d90bcdbfd11ca59bb56916c4d (diff) |
Notes
Diffstat (limited to 'x11-wm/awesome2')
-rw-r--r-- | x11-wm/awesome2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/awesome2/Makefile b/x11-wm/awesome2/Makefile index eae453221d88..a74855481fa8 100644 --- a/x11-wm/awesome2/Makefile +++ b/x11-wm/awesome2/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes USE_EFL= imlib2 USE_GNOME= pango USE_XORG= x11 xft xext xinerama xt xrandr xproto +LDFLAGS+= -lX11 -lXext ${ICONV_LIB} MAN1= awesome2.1 \ awesome2-client.1 \ |