diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index ee21426ca802..fd79185626b0 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -55,7 +55,7 @@ RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview DIST_SUBDIR= mutt GNU_CONFIGURE= yes CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CC="${CC} -I${PREFIX}/include" LDFLAGS=-L${PREFIX}/lib +CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \ --with-sharedir=${PREFIX}/share/mutt \ --with-docdir=${PREFIX}/share/doc/mutt --with-charmaps \ diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index ee21426ca802..fd79185626b0 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -55,7 +55,7 @@ RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview DIST_SUBDIR= mutt GNU_CONFIGURE= yes CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CC="${CC} -I${PREFIX}/include" LDFLAGS=-L${PREFIX}/lib +CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \ --with-sharedir=${PREFIX}/share/mutt \ --with-docdir=${PREFIX}/share/doc/mutt --with-charmaps \ diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index ee21426ca802..fd79185626b0 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -55,7 +55,7 @@ RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview DIST_SUBDIR= mutt GNU_CONFIGURE= yes CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CC="${CC} -I${PREFIX}/include" LDFLAGS=-L${PREFIX}/lib +CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \ --with-sharedir=${PREFIX}/share/mutt \ --with-docdir=${PREFIX}/share/doc/mutt --with-charmaps \