1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
PR:		36295
Submitted by:	Ports Fury
This commit is contained in:
Ying-Chieh Liao 2002-03-25 12:28:39 +00:00
parent d0ac31aeff
commit 12a5805c9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56628

View File

@ -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>