aboutsummaryrefslogtreecommitdiffstats
path: root/www/mozilla-devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-13 23:45:37 +0800
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-13 23:45:37 +0800
commitf26418eca7ef9b18d7d4965f0929aedfd35f8471 (patch)
tree2591ccf3ac64ffbd7b8a97b63f9892c43275ed14 /www/mozilla-devel
parent5fe49f6a98fea5615a76a767d4b12eecc6012b72 (diff)
downloadfreebsd-ports-gnome-f26418eca7ef9b18d7d4965f0929aedfd35f8471.tar.gz
freebsd-ports-gnome-f26418eca7ef9b18d7d4965f0929aedfd35f8471.tar.zst
freebsd-ports-gnome-f26418eca7ef9b18d7d4965f0929aedfd35f8471.zip
Fix a typo in previous commit.
Diffstat (limited to 'www/mozilla-devel')
-rw-r--r--www/mozilla-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile
index fcc113d554fa..9ce118bc5ae2 100644
--- a/www/mozilla-devel/Makefile
+++ b/www/mozilla-devel/Makefile
@@ -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" \