diff options
-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> |