1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

Fix a typo in previous commit.

This commit is contained in:
Maxim Sobolev 2002-03-13 15:45:37 +00:00
parent 5fe49f6a98
commit f26418eca7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56009
5 changed files with 5 additions and 5 deletions

View File

@ -71,7 +71,7 @@ CONFIGURE_ENV= MOZ_INTERNAL_LIBART_LGPL=1
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \
MOZ_INTERNAL_LIBART_LGPL=1
ALL_TARGET= default
CFLAGS:= ${LOCALBASE}/include/freetype2 ${CFLAGS}
CFLAGS:= -I${LOCALBASE}/include/freetype2 ${CFLAGS}
post-build:
${SED} -e "s;@PREFIX@;${PREFIX};g" \

View File

@ -71,7 +71,7 @@ CONFIGURE_ENV= MOZ_INTERNAL_LIBART_LGPL=1
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \
MOZ_INTERNAL_LIBART_LGPL=1
ALL_TARGET= default
CFLAGS:= ${LOCALBASE}/include/freetype2 ${CFLAGS}
CFLAGS:= -I${LOCALBASE}/include/freetype2 ${CFLAGS}
post-build:
${SED} -e "s;@PREFIX@;${PREFIX};g" \

View File

@ -71,7 +71,7 @@ CONFIGURE_ENV= MOZ_INTERNAL_LIBART_LGPL=1
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \
MOZ_INTERNAL_LIBART_LGPL=1
ALL_TARGET= default
CFLAGS:= ${LOCALBASE}/include/freetype2 ${CFLAGS}
CFLAGS:= -I${LOCALBASE}/include/freetype2 ${CFLAGS}
post-build:
${SED} -e "s;@PREFIX@;${PREFIX};g" \

View File

@ -71,7 +71,7 @@ CONFIGURE_ENV= MOZ_INTERNAL_LIBART_LGPL=1
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \
MOZ_INTERNAL_LIBART_LGPL=1
ALL_TARGET= default
CFLAGS:= ${LOCALBASE}/include/freetype2 ${CFLAGS}
CFLAGS:= -I${LOCALBASE}/include/freetype2 ${CFLAGS}
post-build:
${SED} -e "s;@PREFIX@;${PREFIX};g" \

View File

@ -71,7 +71,7 @@ CONFIGURE_ENV= MOZ_INTERNAL_LIBART_LGPL=1
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \
MOZ_INTERNAL_LIBART_LGPL=1
ALL_TARGET= default
CFLAGS:= ${LOCALBASE}/include/freetype2 ${CFLAGS}
CFLAGS:= -I${LOCALBASE}/include/freetype2 ${CFLAGS}
post-build:
${SED} -e "s;@PREFIX@;${PREFIX};g" \