diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-29 22:33:17 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-29 22:33:17 +0000 |
commit | f45ce7de36a494478958eeebb5b1f595ed1173fb (patch) | |
tree | 3c3b6b52362dea8b24f06158b3083691a003763a /print | |
parent | 33308d9615881ba992bf80b5733ad81eb0e4e777 (diff) | |
download | freebsd-ports-f45ce7de36a494478958eeebb5b1f595ed1173fb.zip |
Fix Build.
PR: 53771
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'print')
-rw-r--r-- | print/gfontview/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/print/gfontview/Makefile b/print/gfontview/Makefile index ec3d04369d44..19f5db0c12d9 100644 --- a/print/gfontview/Makefile +++ b/print/gfontview/Makefile @@ -19,8 +19,7 @@ COMMENT= An outline font viewer LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_GNOME= yes +USE_GNOME= gnomehack gnomelibs gnomeprefix USE_FREETYPE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1/freetype \ @@ -32,13 +31,10 @@ CONFIGURE_ARGS= --with-fontdir="${LOCALBASE}/share/ghostscript/fonts" \ post-patch: @${REINPLACE_CMD} -e 's|CXXFLAGS="-O2"|CXXFLAGS="$$CXXFLAGS"|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ s|\$$(top_builddir)/intl/libintl.a|-lintl|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|\$$(datadir)/gnome/|$$(datadir)/|g ; \ - s|\$$(datadir)/locale|$$(prefix)/share/locale|g ; \ - s|-I/usr/include/freetype||g' \ - ${WRKSRC}/Makefile.in + ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|-I/usr/include/freetype||g' ${WRKSRC}/Makefile.in .include <bsd.port.mk> |