diff options
author | perry <perry@pkgsrc.org> | 2002-03-27 18:51:51 +0000 |
---|---|---|
committer | perry <perry@pkgsrc.org> | 2002-03-27 18:51:51 +0000 |
commit | c48049a3fe321620291fb858820c37e737f11eb3 (patch) | |
tree | 6012ef14689124e94533edc239ec303b9bc726ff /print | |
parent | 665a0e6af07a840efe70fd37cf62eee5a9fb8e0e (diff) | |
download | pkgsrc-c48049a3fe321620291fb858820c37e737f11eb3.tar.gz |
do the right thing with freetype2 (patch by agc)
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-print/Makefile | 3 |
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" |