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 | |
parent | 014bb2aecc0a535d90bcdbfd11ca59bb56916c4d (diff) | |
download | ports-0a0bcfbc545bf7321d1d9baa89b628a221cdd3eb.tar.gz ports-0a0bcfbc545bf7321d1d9baa89b628a221cdd3eb.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/awesome/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/awesome2/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/blackbox/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/i3/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index 2d13c6a34878..9d70efc2981f 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -41,6 +41,7 @@ USE_GNOME= glib20 pango USE_LUA= 5.1+ USE_XORG= pixman x11 xau xcb xdmcp xext xft xinerama xrandr xrender \ xproto +LDFLAGS+= ${ICONV_LIB} MAN1= awesome.1 \ awesome-client.1 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 \ diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile index 7cc82d09066c..154fe7e7dfec 100644 --- a/x11-wm/blackbox/Makefile +++ b/x11-wm/blackbox/Makefile @@ -15,6 +15,7 @@ LICENSE= MIT GNU_CONFIGURE= yes USES= pathfix pkgconfig iconv USE_XORG= x11 xft +LDFLAGS+= ${ICONV_LIB} MAN1= bsetbg.1 bsetroot.1 PORTDOCS= README.bbtools README.bsetbg diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index ccc081707526..b9f7257604fe 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -29,6 +29,7 @@ USE_XORG= x11 xcb xcursor USES= pkgconfig iconv gmake perl5 USE_BZIP2= yes USE_PERL5= run +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} MAKE_JOBS_UNSAFE= yes post-patch: |