diff options
Diffstat (limited to 'x11-wm/beryl-core/Makefile')
-rw-r--r-- | x11-wm/beryl-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/beryl-core/Makefile b/x11-wm/beryl-core/Makefile index 89729140662f..2826f03a2bbf 100644 --- a/x11-wm/beryl-core/Makefile +++ b/x11-wm/beryl-core/Makefile @@ -30,7 +30,7 @@ USE_GETTEXT= yes USE_LDCONFIG= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+= --mandir="${PREFIX}/man/" --disable-berylmesa +CONFIGURE_ARGS+= --disable-berylmesa CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" |