diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-13 15:45:37 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-13 15:45:37 +0000 |
commit | a21ffa90eded25e9ef4452cab3b3e5cfc2edb615 (patch) | |
tree | ee9d792b014bddcb68548f2087fecd8feec1999e /www/seamonkey2 | |
parent | d1e9dd79c629f7f059c8323260bcb47b57053b02 (diff) | |
download | FreeBSD-ports-a21ffa90eded25e9ef4452cab3b3e5cfc2edb615.zip FreeBSD-ports-a21ffa90eded25e9ef4452cab3b3e5cfc2edb615.tar.gz |
Fix a typo in previous commit.
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index fcc113d..9ce118b 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/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" \ |