summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorperry <perry>2002-03-27 18:51:51 +0000
committerperry <perry>2002-03-27 18:51:51 +0000
commit77544130e5b9d8a8c84b46c6daa94b0fa7fd2f36 (patch)
tree6012ef14689124e94533edc239ec303b9bc726ff
parent613a940644a6288fcdcdf40129d9cefe811f5eb7 (diff)
downloadpkgsrc-77544130e5b9d8a8c84b46c6daa94b0fa7fd2f36.tar.gz
do the right thing with freetype2 (patch by agc)
-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"