diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-05-23 15:47:38 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-05-23 15:47:38 +0000 |
| commit | 56db412b968cee0ac769788f6b8e11f42a93fa47 (patch) | |
| tree | a54a3301ef41ff8ad42c5751a89e556a278d7fb0 | |
| parent | d75d648e653c4783105754a69e5cc406adce3804 (diff) | |
Use LOCALBASE instead of PREFIX in CC flags
Submitted by: ade
| -rw-r--r-- | mail/mutt-devel/Makefile | 2 | ||||
| -rw-r--r-- | mail/mutt/Makefile | 2 | ||||
| -rw-r--r-- | mail/mutt14/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
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 \ |
