diff options
author | jwise <jwise@pkgsrc.org> | 2002-05-21 20:39:20 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2002-05-21 20:39:20 +0000 |
commit | 0bc2f9578f0a5a993ab42d1519e8647cd4289abd (patch) | |
tree | 89a07bec82d52652004cffdfea8aed56e9e5d2cd | |
parent | 7c58683c081f519e853739bb70771df59a5fa009 (diff) | |
download | pkgsrc-0bc2f9578f0a5a993ab42d1519e8647cd4289abd.tar.gz |
We need to include the gnome-print buildlink.mk for this to compile.
-rw-r--r-- | graphics/dia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index f934d82d166..cac2dbf0577 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/03/13 17:37:04 fredb Exp $ +# $NetBSD: Makefile,v 1.6 2002/05/21 20:39:20 jwise Exp $ DISTNAME= dia-0.88.1 PKGREVISION= 1 @@ -23,6 +23,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-gnome --enable-gnome-print +.include "../../print/gnome-print/buildlink.mk" .include "../../graphics/gdk-pixbuf/buildlink.mk" .include "../../x11/gnome-libs/buildlink.mk" .include "../../textproc/libxml/buildlink.mk" |