diff options
author | rh <rh> | 2002-03-26 07:29:34 +0000 |
---|---|---|
committer | rh <rh> | 2002-03-26 07:29:34 +0000 |
commit | f5b13f3f2d13d962eefb5bf9f158238280750489 (patch) | |
tree | d1d671b8d0feaeb1d126487c852155e143e06656 | |
parent | f9d039d5d485f9299cb60490b3aee585f3551be7 (diff) | |
download | pkgsrc-f5b13f3f2d13d962eefb5bf9f158238280750489.tar.gz |
Include missing freetype2 dependency.
-rw-r--r-- | devel/bonobo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 6a0c7096aff..fd96354e95d 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2002/03/13 17:36:46 fredb Exp $ +# $NetBSD: Makefile,v 1.24 2002/03/26 07:29:34 rh Exp $ # DISTNAME= bonobo-1.0.18 @@ -28,6 +28,7 @@ LDFLAGS+= -Wl,-R${LOCALBASE}/lib LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../graphics/gdk-pixbuf-gnome/buildlink.mk" +.include "../../graphics/freetype2/buildlink.mk" .include "../../print/gnome-print/buildlink.mk" .include "../../textproc/libxml/buildlink.mk" .include "../../devel/popt/buildlink.mk" |