diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-31 09:24:38 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-31 09:24:38 +0000 |
commit | 5d88c153e87092dff89dadeceeef8ee75d900507 (patch) | |
tree | 606f8116df5b00d8ea9c3c0df6bed0fa04e79157 /mail/mutt/Makefile | |
parent | c6eef7886b303e575db9bc4346f4de3f157a1031 (diff) |
Notes
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 23815be5e0d9..b4aebd8aa3bb 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -63,7 +63,8 @@ GNU_CONFIGURE= yes USE_AUTOMAKE= yes # configure.in is patched by <PATCHFILES> USE_REINPLACE= yes CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \ --with-ssl=${OPENSSLBASE} --sysconfdir=${PREFIX}/etc \ --with-sharedir=${PREFIX}/share/mutt \ |