diff options
-rw-r--r-- | x11-wm/sawfish2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 12ae1d267c3a..1e326faf1baf 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -37,10 +37,10 @@ CONFIGURE_ARGS= --with-readline \ --localstatedir=${PREFIX}/share \ --datadir=${PREFIX}/share \ --enable-capplet \ - --disable-themer + --disable-themer \ + --with-esd CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-esd CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} post-patch: |