Date: Fri, 4 Jan 2013 06:08:27 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309915 - head/mail/nmh Message-ID: <201301040608.r0468RZp067423@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Fri Jan 4 06:08:26 2013 New Revision: 309915 URL: http://svnweb.freebsd.org/changeset/ports/309915 Log: Fix Makefile bug introduced in r308609. PR: 174962 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Modified: head/mail/nmh/Makefile Modified: head/mail/nmh/Makefile ============================================================================== --- head/mail/nmh/Makefile Fri Jan 4 01:43:00 2013 (r309914) +++ head/mail/nmh/Makefile Fri Jan 4 06:08:26 2013 (r309915) @@ -102,7 +102,8 @@ CONFIGURE_ARGS+= --docdir=${DOCSDIR} .if defined(WITH_SASL2) LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 -CONFIGURE_ARGS+= --with-cyrus-sasl=${PREFIX} +CONFIGURE_ARGS+= --with-cyrus-sasl +CONFIGURE_ENV+= LDFLAGS=-L"${PREFIX}"/lib CPPFLAGS=" -I${PREFIX}/include" .endif MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 flists.1 fnext.1 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301040608.r0468RZp067423>