I missed the previously defined configure args. Add --with-esd to those

to prevent a build failure in themer.
This commit is contained in:
Joe Marcus Clarke 2003-04-26 23:14:29 +00:00
parent afd1db0802
commit ab18ec5992
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79710

View File

@ -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: