diff options
Diffstat (limited to 'math/xspread/Makefile')
-rw-r--r-- | math/xspread/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/xspread/Makefile b/math/xspread/Makefile index fe2f923f8695..a0f00df48a7d 100644 --- a/math/xspread/Makefile +++ b/math/xspread/Makefile @@ -31,9 +31,8 @@ PLIST_FILES= bin/pxspread bin/xspread .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} -USE_XORG= x11 xau xdmcp xt -LIB_DEPENDS+= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - xcb:${PORTSDIR}/x11/libxcb +USE_XORG= x11 xau xcb xdmcp xt +LIB_DEPENDS+= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .else |