diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-25 20:28:39 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-25 20:28:39 +0800 |
commit | 2f970b44eca52d43da5c92b3c996fabb2d7c65a0 (patch) | |
tree | 199362c5b49c444743c4f386b0dcb98ab32d6f6d /print | |
parent | fae7b00b5ad13f53d0d2ca41f67addb62bc4287a (diff) | |
download | freebsd-ports-gnome-2f970b44eca52d43da5c92b3c996fabb2d7c65a0.tar.gz freebsd-ports-gnome-2f970b44eca52d43da5c92b3c996fabb2d7c65a0.tar.zst freebsd-ports-gnome-2f970b44eca52d43da5c92b3c996fabb2d7c65a0.zip |
unbreak
PR: 36295
Submitted by: Ports Fury
Diffstat (limited to 'print')
-rw-r--r-- | print/gfontview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gfontview/Makefile b/print/gfontview/Makefile index a48edf0b00c8..bb99f98d0bdb 100644 --- a/print/gfontview/Makefile +++ b/print/gfontview/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GNOME= yes USE_FREETYPE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1/freetype \ -I${LOCALBASE}/include" \ SPOOLER="/usr/bin/lpr" \ LIBS="-L${LOCALBASE}/lib" @@ -36,7 +36,7 @@ post-patch: ${WRKSRC}/configure @${PERL} -pi -e 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g ; \ - s|/usr/include/freetype|${LOCALBASE}/include/freetype|g' \ + s|-I/usr/include/freetype||g' \ ${WRKSRC}/Makefile.in .include <bsd.port.mk> |