aboutsummaryrefslogtreecommitdiff
path: root/print/gfontview
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-06-29 22:33:17 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-06-29 22:33:17 +0000
commitf45ce7de36a494478958eeebb5b1f595ed1173fb (patch)
tree3c3b6b52362dea8b24f06158b3083691a003763a /print/gfontview
parent33308d9615881ba992bf80b5733ad81eb0e4e777 (diff)
downloadports-f45ce7de36a494478958eeebb5b1f595ed1173fb.tar.gz
ports-f45ce7de36a494478958eeebb5b1f595ed1173fb.zip
Notes
Diffstat (limited to 'print/gfontview')
-rw-r--r--print/gfontview/Makefile12
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>