diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-26 23:14:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-26 23:14:29 +0000 |
commit | ab18ec5992898609fb85f3dbc9ca9f128969421f (patch) | |
tree | 17d78cdf27a4523d0435dd18b6610ae2468e6f66 | |
parent | afd1db0802a8cbc7d8315aa3b7b6a2ae96634900 (diff) | |
download | freebsd-ports-ab18ec5992898609fb85f3dbc9ca9f128969421f.zip |
I missed the previously defined configure args. Add --with-esd to those
to prevent a build failure in themer.
-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: |