svn commit: r309915 - head/mail/nmh

Cy Schubert cy at FreeBSD.org
Fri Jan 4 06:08:27 UTC 2013


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 at 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 \


More information about the svn-ports-head mailing list