summaryrefslogtreecommitdiffstats
path: root/mail/mutt
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-05-23 15:47:38 +0000
committerache <ache@FreeBSD.org>2000-05-23 15:47:38 +0000
commit599b613e40c4e3f768276f3055359279eb037537 (patch)
tree15a3ce9661e0166e9a2e0ef3dee80d6ca96aa900 /mail/mutt
parentf24d5678db67b28b9bebae5b40436075bdf398e1 (diff)
downloadFreeBSD-ports-599b613e40c4e3f768276f3055359279eb037537.zip
FreeBSD-ports-599b613e40c4e3f768276f3055359279eb037537.tar.gz
Use LOCALBASE instead of PREFIX in CC flags
Submitted by: ade
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index ee21426..fd79185 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 \
OpenPOWER on IntegriCloud