diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-25 12:28:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-25 12:28:39 +0000 |
commit | 12a5805c9cce75ee874b93dda6c61b51add59dfe (patch) | |
tree | a71a940c8a8042284d0233209949779772907b9b /print | |
parent | d0ac31aeff6221466f5116f97470dbd25db4b76e (diff) | |
download | ports-12a5805c9cce75ee874b93dda6c61b51add59dfe.tar.gz ports-12a5805c9cce75ee874b93dda6c61b51add59dfe.zip |
unbreak
PR: 36295
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=56628
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> |