From 216b5a285fdcc1456a307fcc60f3507c20d613eb Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Tue, 26 Aug 2014 14:06:08 +0000 Subject: - Fix missing library problems when the linker enforces explicit linking PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) --- x11-wm/devilspie/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-wm/devilspie') diff --git a/x11-wm/devilspie/Makefile b/x11-wm/devilspie/Makefile index d5f0b91a5846..4f5bb3022e6d 100644 --- a/x11-wm/devilspie/Makefile +++ b/x11-wm/devilspie/Makefile @@ -16,7 +16,7 @@ USE_GNOME= libwnck GNU_CONFIGURE= yes USES= pkgconfig gettext gmake CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib -lX11 PORTDOCS= AUTHORS NEWS README TODO PLIST_FILES= bin/devilspie \ -- cgit v1.2.3