summaryrefslogtreecommitdiff
path: root/print/libgnomeprint
diff options
context:
space:
mode:
authorreed <reed>2006-04-08 21:06:59 +0000
committerreed <reed>2006-04-08 21:06:59 +0000
commitdb29e8305d6c0c32abe462423b37bcdbd4ea97ce (patch)
tree25c50ea9a2e1caa9291dd145cc6049c7392de67d /print/libgnomeprint
parent39970c6fe633b4cbab076ebf57a29d60ef5695f2 (diff)
downloadpkgsrc-db29e8305d6c0c32abe462423b37bcdbd4ea97ce.tar.gz
Include x11.buildlink3.mk. This uses at least libXext.
(Or instead one of the other x11-needing included buildlink3.mk files could include it.)
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r--print/libgnomeprint/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index 5266010f695..a3e6d85aa61 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2006/04/06 16:07:30 salo Exp $
+# $NetBSD: Makefile,v 1.50 2006/04/08 21:06:59 reed Exp $
#
DISTNAME= libgnomeprint-2.12.1
@@ -58,4 +58,5 @@ PRINT_PLIST_AWK+= /cups/ { print "$${USE_CUPS}" $$0; next; }
.include "../../graphics/libart2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"