aboutsummaryrefslogtreecommitdiff
path: root/x11/xscreensaver.app
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-11-20 19:49:14 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-11-20 19:49:14 +0000
commit8cca1a22670f6dceee240162adf9498378f98cd5 (patch)
tree9ce692d81334ebf9fc1a6684673d9c52d914b5b4 /x11/xscreensaver.app
parent56ef653f63f7cac2e1f8a74d3206eae4c3c30bfe (diff)
downloadports-8cca1a22670f6dceee240162adf9498378f98cd5.tar.gz
ports-8cca1a22670f6dceee240162adf9498378f98cd5.zip
Fix build on 10 and HEAD.
PR: ports/183910 Submitted by: Josh Tolbert <hemi@puresimplicity.net> (maintainer)
Notes
Notes: svn path=/head/; revision=334446
Diffstat (limited to 'x11/xscreensaver.app')
-rw-r--r--x11/xscreensaver.app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xscreensaver.app/Makefile b/x11/xscreensaver.app/Makefile
index 8d12321e1981..9f31d45b9c90 100644
--- a/x11/xscreensaver.app/Makefile
+++ b/x11/xscreensaver.app/Makefile
@@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAKE_ARGS= "LDFLAGS+=-L${LOCALBASE}/lib"
+MAKE_ARGS= "LDFLAGS+=-L${LOCALBASE}/lib -lX11"
NO_STAGE= yes
.include <bsd.port.mk>