summaryrefslogtreecommitdiff
path: root/print/gnome-print
diff options
context:
space:
mode:
authorperry <perry@pkgsrc.org>2002-03-27 18:51:51 +0000
committerperry <perry@pkgsrc.org>2002-03-27 18:51:51 +0000
commitc48049a3fe321620291fb858820c37e737f11eb3 (patch)
tree6012ef14689124e94533edc239ec303b9bc726ff /print/gnome-print
parent665a0e6af07a840efe70fd37cf62eee5a9fb8e0e (diff)
downloadpkgsrc-c48049a3fe321620291fb858820c37e737f11eb3.tar.gz
do the right thing with freetype2 (patch by agc)
Diffstat (limited to 'print/gnome-print')
-rw-r--r--print/gnome-print/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile
index 60a95f074ee..53623f20370 100644
--- a/print/gnome-print/Makefile
+++ b/print/gnome-print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2002/03/26 09:20:44 rh Exp $
+# $NetBSD: Makefile,v 1.46 2002/03/27 18:51:51 perry Exp $
#
DISTNAME= gnome-print-0.35
@@ -23,6 +23,7 @@ MAKE_ENV+= HOME=${WRKSRC}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+.include "../../graphics/freetype2/buildlink.mk"
.include "../../graphics/gdk-pixbuf-gnome/buildlink.mk"
.include "../../textproc/libunicode/buildlink.mk"
.include "../../textproc/libxml/buildlink.mk"