diff options
author | reed <reed@pkgsrc.org> | 2006-04-08 21:06:59 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-04-08 21:06:59 +0000 |
commit | f14ae9d7ef2b9b66acdbf4d914472c02306bca9e (patch) | |
tree | 25c50ea9a2e1caa9291dd145cc6049c7392de67d /print | |
parent | 4cbe3a3709d0399399e10461a3b182f0915e0051 (diff) | |
download | pkgsrc-f14ae9d7ef2b9b66acdbf4d914472c02306bca9e.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')
-rw-r--r-- | print/libgnomeprint/Makefile | 3 |
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" |