diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-09 13:31:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-09 13:31:02 +0000 |
commit | 6e30b7256a921276514003c8888b3d4eaf14b461 (patch) | |
tree | 0cb59928cbe313589049e0b45064d553c81f8e37 /print/gnome-print/Makefile | |
parent | 93d82e72e8764c59b95ad8c7841913079d139bfe (diff) | |
download | pkgsrc-6e30b7256a921276514003c8888b3d4eaf14b461.tar.gz |
Needs libSM for modular Xorg.
Diffstat (limited to 'print/gnome-print/Makefile')
-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 fddba5d3dd1..4895621f542 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2006/07/08 06:31:32 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2007/01/09 13:31:02 joerg Exp $ DISTNAME= gnome-print-0.37 PKGREVISION= 2 @@ -38,4 +38,5 @@ BUILD_DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts .include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk" .include "../../textproc/libunicode/buildlink3.mk" .include "../../textproc/libxml/buildlink3.mk" +.include "../../x11/libSM/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |