diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-11-20 19:49:14 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-11-20 19:49:14 +0000 |
commit | 8cca1a22670f6dceee240162adf9498378f98cd5 (patch) | |
tree | 9ce692d81334ebf9fc1a6684673d9c52d914b5b4 /x11 | |
parent | 56ef653f63f7cac2e1f8a74d3206eae4c3c30bfe (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver.app/Makefile | 2 |
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> |